flask-security icon indicating copy to clipboard operation
flask-security copied to clipboard

RuntimeError: The configuration value `SECURITY_PASSWORD_SALT` must not be None when the value of `SECURITY_PASSWORD_HASH` is set to "bcrypt"

Open fmerges opened this issue 7 years ago • 1 comments

Previously the default was plaintext, nowadays it's bcrypt, but the usage example on the website does not define the SECURITY_PASSWORD_SALT.

fmerges avatar Jun 28 '18 18:06 fmerges

Same issue here

johnroper100 avatar Jul 12 '18 17:07 johnroper100