mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-22 05:27:25 +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/*
|
app/cache/*
|
||||||
property_files/*
|
property_files/*
|
||||||
*.log
|
*.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
|
||||||
REQUIRE_PLAY_KEY = True
|
REQUIRE_PLAY_KEY = True
|
||||||
|
|
||||||
# Password hashing settings
|
# Password hashing settings DO NOT CHANGE
|
||||||
USER_PASSLIB_CRYPTCONTEXT_SCHEMES = ['bcrypt'] # bcrypt for password hashing
|
USER_PASSLIB_CRYPTCONTEXT_SCHEMES = ['bcrypt'] # bcrypt for password hashing
|
||||||
|
|
||||||
# Flask-User routing settings
|
# Flask-User routing settings
|
Loading…
Reference in New Issue
Block a user