-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support storing user credentials as bcrypt hashes
Instead of storing user credentials as plaintext passwords, support bcrypt hashes. This is backwards compatible in that it will only use the hash if it's available, but will fall back to plaintext if not. Also, during startup a log entry will be generated if there are any users that have plaintext passwords configured.
- Loading branch information
1 parent
68a434b
commit 2207871
Showing
2 changed files
with
31 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters