boolean-uk / team-dev-client-ex-2410-team3

0 stars 0 forks source link

User Registration needs to validate password (Frontend) #28

Closed FredrikEH closed 2 weeks ago

FredrikEH commented 2 weeks ago

EPIC: https://github.com/boolean-uk/team-dev-client-ex-2410-team3/issues/9

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:

Possible resource for client side validation here: https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation

See design document: Design

amos1969 commented 2 weeks ago

Approved

shyye commented 2 weeks ago

The check point:

isn't implemented because compnents/form/textInput/index.js already displays those messages according to the validation in that component.