Plots2: Wrong error msg during signup

Created on 16 Mar 2019  路  10Comments  路  Source: publiclab/plots2

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.
signuperror

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.

Ruby help wanted

All 10 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 :thinking:

@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 :cry:

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.
Here are the PR's for login and signup form validation corrections.

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!
image

Thank you!

Was this page helpful?
0 / 5 - 0 ratings