keystone/releasenotes/notes/bcrypt_truncation_fix-674dc...

8 lines
261 B
YAML

---
fixes:
- |
Passwords that are hashed using bcrypt are now truncated properly to the
maximum allowed length by the algorythm. This solves regression, when
passwords longer then 54 symbols are getting invalidated after the
Keystone upgrade.