Area
Authentication
What happened?
When the user tries to register and enters a password of length more than 7 the site throws an error saying the password must be more than 7 characters long
Steps to reproduce
- Open the website and proceed to signup page
- Enter the details with a password of 7 or more characters
- See the error thrown stating password must be 7 characters long even though the entered password satisfies that
Expected behavior
The password check should be properly handled
Actual behavior
There is some issue in handling the password in register part.
App surface
Login
Local environment
No response
Console, network, or server logs
Failed to load resource: the server responded with a status of 400 ()
Screenshots or recordings
Before submitting
I would like to contribute under GSSoC 26 if assigned
Area
Authentication
What happened?
When the user tries to register and enters a password of length more than 7 the site throws an error saying the password must be more than 7 characters long
Steps to reproduce
Expected behavior
The password check should be properly handled
Actual behavior
There is some issue in handling the password in register part.
App surface
Login
Local environment
No response
Console, network, or server logs
Failed to load resource: the server responded with a status of 400 ()Screenshots or recordings
Before submitting
I would like to contribute under GSSoC 26 if assigned