Skip to content

UI - Password and Email Validation #3 #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

Skutlis
Copy link

@Skutlis Skutlis commented Feb 27, 2025

Requirements:

Password

  • 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

  • Message if check fails should be displayed under the input field
    Email

  • The email address must not already be in use

  • The email address must be in a valid format (e.g. abc@abc)

  • Message if check fails should be displayed under the input field

Skutlis and others added 8 commits February 26, 2025 09:01
Set the endOfLine parameter for prettier to auto
…essages are prop drilled to the textinput components. No requests are made in the registration unless we are certain that both the email and password contains the correct format. Also contains provides a message if the email is already in use. gg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants