Create an Account
Description:
This screen allows the user to create a new account by entering their personal information and accepting the terms of use. It is accessible when you do not yet have an account.
Fields and Validations:
Phone
Format: International number (+225XXXXXXXXXX)
Validation: Mandatory, unique, and valid.
First Name(s)
Format: Alphabetic text
Validation: Mandatory.
Last Name
Format: Alphabetic text
Validation: Mandatory.
Email
Format: Valid email address (example@mail.com)
Validation: Mandatory and unique.
Date of Birth
Format: DD/MM/YYYY
Validation: Mandatory, valid date.
Password
Format: Minimum 8 characters
Validation: Must contain uppercase, lowercase, and a number.
Confirm Password
Validation: Must match the password.
Interactions:
Create Account button: Validates the information and creates the account.
Checkbox: Acceptance of the terms of use and privacy policy (mandatory).
Error Messages:
- Missing required fields.
- Incorrect format (email, phone, password).
- Password and confirmation do not match.