fraction out settings

This commit is contained in:
Aaron Kimbre 2022-03-12 20:34:04 -06:00
parent 5ce9ac85bc
commit 33739456df
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ app/luclient/*
app/cache/*
property_files/*
*.log
app/settings.py

View File

@ -34,7 +34,7 @@ USER_ENABLE_FORGOT_PASSWORD = True # Allow users to reset their passwords
# Require Play Key
REQUIRE_PLAY_KEY = True
# Password hashing settings
# Password hashing settings DO NOT CHANGE
USER_PASSLIB_CRYPTCONTEXT_SCHEMES = ['bcrypt'] # bcrypt for password hashing
# Flask-User routing settings