User Sign-up #4591
-
Is there any module that allows end users to sign up? User provides name/password, email and maybe two factor authorization to create a new user account and authenticate it with an email and text verification? Thanks for any help or suggestions. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is all built into the framework. In site settings you can allow for user registration (this is the signup feature. Note you will need to go to Admin / System Info and restart the application to see this as an option. OAuth is also an option. Go to admin / User Management -> Settings -- scroll down to External Login Settings and enter config there. |
Beta Was this translation helpful? Give feedback.
-
As @ChadSolberg mentioned above... login as a host user, use Control Panel and navigate to Admin Dashboard, select User Management, select Settings tab: There are many options related to user registration, etc... which you can configure per site. |
Beta Was this translation helpful? Give feedback.
This is all built into the framework. In site settings you can allow for user registration (this is the signup feature. Note you will need to go to Admin / System Info and restart the application to see this as an option.
OAuth is also an option. Go to admin / User Management -> Settings -- scroll down to External Login Settings and enter config there.