User onboarding process
A new user will get an email invitation:
After a new user clicks on the link from the email, they are redirected to a page where they create their first and last name.
Rules for these fields include:
- Length must be between 3 and 16 characters.
- Field names must include only characters: A-Z, a-z, - (hyphen), ' (apostrophe).
- The name must start with A-Z or a-z.
- The first and last characters cannot be enter space; only one enter space is allowed between characters.
- Clicking "Confirm Full Name" redirects to the next page.
After confirming, the user is redirected to the page to create and confirm the password.
Password requirements:
- Must contain at least 8 characters
- Must contain at least one uppercase letter
- Must contain at least one lowercase letter
- Must contain at least one number
- (Optional) May contain one special character
Once the account is activated, clicking 'Continue' will redirect the user to the login page, where they can sign in using their Email and Password.