You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should not be any "." immediate next to "@" eg:- 1] my@.in
It should not start with special characters and numbers
Password Validation:
Password (5 < password length > 16).
Must have minimum one special character.
Must have minimum one numeric value.
Must have minimum one uppercase.
Must have minimumone lowercase character.
Stage --> 2
Once the username and password are validated, store those values in a file.
Stage --> 3
Login:
When the user chooses to Login, check whether his/her credentials exist in the file or not based on the user input.
If doesn’t exist ask them to go for Registration or If they have chosen Forget password you should be able to retrieve their original password based on their username provided in the user input.
If nothing matches in your file you should ask them to Register.