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

Account already existing #42

Open
mathieu-lecoeur opened this issue Dec 7, 2011 · 7 comments
Open

Account already existing #42

mathieu-lecoeur opened this issue Dec 7, 2011 · 7 comments
Labels

Comments

@mathieu-lecoeur
Copy link

When trying to create an account that already exist this message appear : "Error creating account.Wrong password".
The account is not created.

Solution :

  • Adding a new button to check if the username already exist.
  • when the textbox "login" loose the focus automatically test if it already exist.
  • Block the submit button if the account exist.

OS : All
Browser : All
Reproductibility : yes

@thibaud-rohmer
Copy link
Owner

Well done, you just submitted issue #42.

Anyway, the solution you're describing is merely a JS fix. I'll add a proper PHP fix. Later on, I'll see for adding a JS form verification.

@ymorin
Copy link

ymorin commented Dec 7, 2011

Also, it raises the problem that, AFAIK, there is no way to change the password of an existing user (except manually editing the .rights.xml and replacing the sha1, of course).

@thibaud-rohmer
Copy link
Owner

If a user forgets his password, just delete him and let him create his
account again. I'll see about letting you change users passwords later. :)

@mathieu-lecoeur
Copy link
Author

ymorin,

Actually yes there is a way for a user to change his password. He have to click on his name on the top of the web page.

@ymorin
Copy link

ymorin commented Dec 7, 2011

mathieu-lecoeur,
I was thinking about the case when a user forgets the password, and wants a new one generated.

For now, I can manage a manual edit of the xml to past the sha1 of the new password. Given the number of users I have, that's not a big issue. Hehe! :-)

@mikeSimonson
Copy link
Contributor

Hi,

Can i integrate that (https://github.com/posabsolute/jQuery-Validation-Engine) kind of verification ?
I used it in other project and it's a nice one.

What do you think ?

@mikeSimonson
Copy link
Contributor

pull #88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants