-
Notifications
You must be signed in to change notification settings - Fork 61
Signup Form label mismatch for error handling #123
Comments
@Shekharrajak I've been able to fix this issue locally, the problem is that when the validation error is returned the field name is "password1" and when this label is passed to |
@Shekharrajak I've done some research on backend and I see that rest_auth is being used and it requires the password fields to be password1 and password2. What do you say? |
Thanks @mtahafarooq for pointing it out. Can you check once how this functionality works in https://github.com/Cloud-CV/EvalAI repo and if you find the same issue there as well, then we will go to backend otherwise front-end change will be sufficient. |
@Shekharrajak it does not appear there. Should I make a PR with the fix? |
@mtahafarooq , Yes go ahead . |
Fixed #124 |
I'm submitting a
(Check one with "x" from given options)
Current behavior
In sign up form when a user chooses a fully numeric password and clicks the submit button, the server returns a validation error but it does not get displayed under the password's form field.
Expected behavior
The system should show the validation error message under the password's form field.
Steps to reproduce
Related screenshots
Other information
System information
Ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered: