-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Wrong error msg during signup #5115
Comments
I'd like to work on this. Or if the fix is easy should i make this an FTO ? @gauravano |
@ananyaarun If the password is same, Are you able to form an account in local ? I tried but I'm unable to make an account 🤔 |
@CleverFool77 , Yes i can create multiple accounts in my local by entering the right details. You must have initially created an account you r working with right now right ? What problem are u facing ? Can u add a screenshot If possible ? |
Also there are some required conditions like username should be atleast 3 characters and password must be 8 minimum. Make sure you follow these as well :) |
I did give correct info but it still says,, you are spam and not human 😢 |
And I'm working with admin always. |
@ananyaarun I got my mistake :). |
Let's do form validation first and then we can resolve this one? |
@gauravano , Sure. You can take a look at it whenever you are free :) Thanks! |
Hey @ananyaarun I can confirm this error has resolved, so closing this issue! Thank you! |
Description
Similar to issue #5114 , while workin on #3340 , I found that entering a different password in the confirm password section when compared to the password section gives this error msg which is misleading to a common user.
Solution
The error msg should be changed. The problem was with password not matching confirm password field but error msg hints something about user being not real which is incorrect.
The text was updated successfully, but these errors were encountered: