- Issue created by @srutheesh
- @srutheesh opened merge request.
- @srutheesh opened merge request.
- ๐บ๐ธUnited States jproctor
How is this different from โจ Create drupal account for New SAML Authenticated users Fixed , which was released in version 4.2.1 โ several months ago?
- ๐ฎ๐ณIndia srutheesh
What makes this distinct: "USER_REGISTER_ADMINISTRATORS_ONLY" will be disregarded, and a user account will be created automatically without registering.
- Status changed to Closed: duplicate
over 1 year ago 7:14pm 14 July 2023 - ๐บ๐ธUnited States jproctor
Thatโs already true.
Look at the conditional on current line 166 (or your MR line 195): the SAML SP Login config option
account_request_create_account
is sufficient to create an account without administrator approval. - Status changed to Active
over 1 year ago 6:04pm 17 July 2023 - ๐บ๐ธUnited States jproctor
Please show your configuration for both Account settings (https://yoursite.com/admin/config/people/accounts) and SAML SP Login (https://yoursite.com/admin/config/people/saml_sp/login).
- ๐ฎ๐ณIndia srutheesh
Allow users who do not already have an account to sign up and log in without admin aproval?
Signup is not required. - ๐บ๐ธUnited States jproctor
Youโre using an old version of the module. Please install version 4.2.1 without your proposed modification and try again.
- ๐ฎ๐ณIndia srutheesh
I appreciate the information and will update and test.