greenlight icon indicating copy to clipboard operation
greenlight copied to clipboard

Implement "Account Verification"

Open scouillard opened this issue 2 years ago • 0 comments

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.

scouillard avatar Mar 03 '22 21:03 scouillard