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

Fixing issue #167 along with problem reported on the list by Pat Alle… #261

Closed
wants to merge 2 commits into from

Conversation

dverdin
Copy link
Contributor

@dverdin dverdin commented Apr 12, 2018

Fixing issue #167 along with problem reported on the list by Pat Allen: password was reset when subscribing to a list. When updating a user, password was systematically rehashed even if it was not a new password. Consequently, anytime a user was updated, the password was replaced by its own hash. Fixed by checking the database for a pre-existing password before computing the hash. If the hash in database and the value password present in the user data during update are the same, the password is not rehashed.

dverdin added 2 commits April 11, 2018 17:54
…n: password was reset when subscribing to a list. When updating a user, password was systematically rehashed even if it was not a new password. Consequently, anytime a user was updated, the password replaced y its own hash. Fixed by checking the database for a pre-existing password before computing the hash.
@dverdin
Copy link
Contributor Author

dverdin commented Apr 16, 2018

Killing it again. I finally understood that my fork was waaaaaay out of date, making merge impossible.
So I close this PR and will recreate it with the right repository.
Back in 5.

@dverdin dverdin closed this Apr 16, 2018
@ikedas ikedas added the invalid label Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants