-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
As a user i want to be able to register to the website through a form on a page.
The form will ask me:
- full name
- my email
- a password
- confirmation of my password
If one of these field are empty or invalid, an error should show in red below the corresponding field.
If all field are filled but something go wrong, an error message will be displayed just between the form and the button
If my registration is a success i will have a message showing that an email have been sent to me and i will be redirected to the login page
A button " Sign up " is at the bottom of the form
In case i clicked on the wrong button i will have a link that will redirect me to the login page
- Create a registration page
- Create a component for the registration form
- Add the component to the registration page
- Check if password and confirm password match
- Display error if any
- Redirect the user to login and send an email
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels