- Issue created by @colan
- Assigned to colan
- 🇨🇦Canada colan Toronto 🇨🇦
I'm working on adding an access check for the
user.register
route that will disallow when:Replace
is selected and- the
showcore
URL parameter is missing
- @colan opened merge request.
- Status changed to Needs review
almost 2 years ago 5:55pm 3 February 2023 - Status changed to Needs work
over 1 year ago 7:55pm 15 March 2023 - 🇧🇪Belgium BramDriesen Belgium 🇧🇪
I don't think this is this approach is the best way forward for a few reasons.
We have websites with a mix of both Drupal managed users and users coming from different systems. So just checking if the "replace" option is checked will not work in that case.
Also, isn't that why there is an option in the settings called "Override registration settings" ?
If enabled, user creation will always be allowed, even if the registration setting is set to require admin approval, or only allowing admins to create users.
- 🇦🇺Australia realityloop
I've just created a patch that adds an additional checkbox to openid_connect settings that allows both account creation and approval see #2974381