mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 11:48:20 +00:00
fraction out settings
This commit is contained in:
parent
5ce9ac85bc
commit
33739456df
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ app/luclient/*
|
||||
app/cache/*
|
||||
property_files/*
|
||||
*.log
|
||||
app/settings.py
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user