flask-security
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"
Previously the default was plaintext, nowadays it's bcrypt, but the usage example on the website does not define the SECURITY_PASSWORD_SALT.
Same issue here