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

Commits on Nov 16, 2018

  1. Remove double hashing of user password

    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 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5fe5b82 View commit details
    Browse the repository at this point in the history