Skip to content
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

[Bug]Password on Login Form uses the same validation requirements as Registration Form #496

Closed
Enigma04 opened this issue Mar 24, 2021 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Enigma04
Copy link
Contributor

Enigma04 commented Mar 24, 2021

Issue Description:
While logging in, The password TextFormField shows that the written password is invalid. It is using the same form of validation that Registration page is using. Eg: A password should have:

  1. At least one numeric character
  2. At least one uppercase letter
  3. At least one special character
  4. Should have at least 8 characters long

Expected Behaviour:
It should show nothing but a toast message just in case the user credentials don't match what is in the database

Snapshots/Videos:

Screenshot_20210324-105838

Does this issue need immediate attention?
yes

Are you willing to work on this issue:
Yes

@github-actions github-actions bot added invalid This doesn't seem right unapproved Unapproved, needs to be triaged labels Mar 24, 2021
@Enigma04 Enigma04 changed the title Password on Login Form uses the same validation requirements as Registration Form [Bug]Password on Login Form uses the same validation requirements as Registration Form Mar 24, 2021
@Sagar2366 Sagar2366 added bug Something isn't working good first issue Good for newcomers and removed invalid This doesn't seem right unapproved Unapproved, needs to be triaged labels Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants