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

Update and Save + Password Validation fails #60

Open
rrhyne opened this issue Sep 13, 2013 · 0 comments
Open

Update and Save + Password Validation fails #60

rrhyne opened this issue Sep 13, 2013 · 0 comments

Comments

@rrhyne
Copy link

rrhyne commented Sep 13, 2013

Change the password rules to a custom validator requiring a special character. Try to save. Password changing fails silently.

In between validate and save, it changes the password to the md5 string. When we change the password validator to a type that does not fit the md5 characteristics, this will cause the save to fail. Because the save isn't tested, the redirect statement is still executed, even though because we need to show the errors on the save form.

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

No branches or pull requests

1 participant