forked from boolean-uk/team-dev-client-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
User Registration
When a user creates a new account, they fill in an email and password. The app should validate the below conditions before letting the account be created, displaying a user friendly message if any check fails:
- The email address must not already be in use
- The email address must be in a valid format (e.g. abc@abc)
- The password should not be less than 8 characters in length
- The password should contain at least one uppercase character
- The password should contain at least one number
- The password should contain at least one special character
Create Profile
After successfully registering an account, the user will be taken to a Create Profile step-by-step form. All of the fields should be optional on the server, but the user’s first name and last name should be required on the client. After successfully completing the profile creation, the user is taken to the dashboard.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request