-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Creation of the “/pending-validation” page:
- Same structure as the “/register” page
- Only display the procedure: “Your account has been created. A confirmation email has been sent to: user.email.”
Once the registration form has been validated :
- Send the automatic “Welcome template” email containing the validation button
- Users remains pending in the database until they click on the validation button
- Redirect to the “/pending-validation” page
If the user is pending:
- Can log in but only has access to the “/pending-validation” page
If the user validates their email address, they are no longer pending and :
- The “Account confirmation template” email is automatically sent
- The user is redirected to the workspaces page