-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent hash error
bcrypt.ErrPasswordTooLong
for passwords > 72 byt…
…es in length (#397) * Truncating passwords that are longer than 72 bytes (#396) * Adding changelog entry (#396) * Updating changelog entry and docs (#396) * Updating changelog entry (#396) * updated comment msg
- Loading branch information
1 parent
800bbd5
commit f1c7ffa
Showing
4 changed files
with
35 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: BUG FIXES | ||
body: 'resource/random_password: Prevent error with `bcrypt` by truncating the bytes | ||
that are hashed to a maximum length of 72' | ||
time: 2023-04-12T13:25:01.113462+01:00 | ||
custom: | ||
Issue: "397" |
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
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