This was just a test project of mine so I used the settings like this (in my app.py file):
SECURITY_PASSWORD_HASH = 'pbkdf2_sha512' app = Flask(__name__) app.config.from_object(__name__)
This was just a test project of mine so I used the settings like this (in my app.py file):