You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be possible to enable the possibility to register a user without the need of supplying a password. This would cater towards public registrations that require admin approval. This could be conditionally required/not required based on the presence of the deferPublicRegistrationPassword within the general config for the site.
Previously, I was using controller actions in conjunction with ->deferPublicRegistrationPassword(true) to achieve this, but recently migrated to using this plugin and realized I wouldn't be able to achieve this with the plugin. I can use the /user/save-user controller action for this one form to achieve this, but it would be nice if this feature was built into the plugin.
The text was updated successfully, but these errors were encountered:
jpcarpenter
changed the title
Register user without password requirement
Request - Register user without password requirement
Sep 27, 2024
Hi there, and thanks for this amazing plugin.
I was wondering if it would be possible to enable the possibility to register a user without the need of supplying a password. This would cater towards public registrations that require admin approval. This could be conditionally required/not required based on the presence of the deferPublicRegistrationPassword within the general config for the site.
Previously, I was using controller actions in conjunction with
->deferPublicRegistrationPassword(true)
to achieve this, but recently migrated to using this plugin and realized I wouldn't be able to achieve this with the plugin. I can use the/user/save-user
controller action for this one form to achieve this, but it would be nice if this feature was built into the plugin.The text was updated successfully, but these errors were encountered: