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

Dont update password hash if given current password #586

Merged
merged 3 commits into from
Nov 8, 2023

Conversation

spuun
Copy link
Member

@spuun spuun commented Nov 2, 2023

WHAT is this pull request doing?

If a user was updated with the same password as it currently has, the password hash was updated resulting in the definitions to change. This prevents efficient backup and caching of definitions, since they look changed even though they really aren't.

HOW can this pull request be tested?

Run specs.

@spuun spuun force-pushed the dont-update-password-hash-if-same-password branch from f29863f to 2ef4d99 Compare November 8, 2023 13:04
@spuun spuun merged commit f0d5741 into main Nov 8, 2023
20 of 23 checks passed
@spuun spuun deleted the dont-update-password-hash-if-same-password branch November 8, 2023 14:17
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

Successfully merging this pull request may close these issues.

2 participants