greenlight
greenlight copied to clipboard
Implement "Account Verification"
Frontend User needs to do an email verification upon account sign up.
Backend An email is sent to the user when an account is created. The user has to confirm the account. Then, upon verification, User role_id is changed from pending to user and user has access to the session.
Email/Account verification can be enabled or disabled.