Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Remove double hashing of user password #591

Merged
merged 1 commit into from
Nov 16, 2018
Merged

Conversation

rijkvanzanten
Copy link
Member

directus_users uses the password interface for the password field, so
the value is already being hashed by that. This extra hook would
double-hash the password, locking the user out of the system after
updating the password.

Closes https://github.com/directus/app/issues/1118

directus_users uses the password interface for the password field, so
the value is already being hashed by that. This extra hook would
double-hash the password, locking the user out of the system after
updating the password.

Closes https://github.com/directus/app/issues/1118
@rijkvanzanten rijkvanzanten merged commit 9426926 into master Nov 16, 2018
@rijkvanzanten rijkvanzanten deleted the password-fix branch November 16, 2018 18:42
@rijkvanzanten rijkvanzanten added this to To do in v2.0.9 Nov 17, 2018
@wellingguzman wellingguzman moved this from To do to Done in v2.0.9 Nov 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
v2.0.9
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant