Initial mfa support (for internal users) #93591
@ -40,7 +40,7 @@ SECRET_KEY = os.getenv('SECRET_KEY', 'default-dev-secret')
|
||||
# !!!!!!!!!!!!
|
||||
# !!!DANGER!!! its loss or bad rotation will lock out all users with MFA!!!
|
||||
# !!!!!!!!!!!!
|
||||
# generate a prod key with ./manage.py createkey
|
||||
# generate a prod key with ./manage.py createkey (you would need to comment out `raise` below)
|
||||
# and put it as a string in the .env file,
|
||||
# .encode('ascii') takes care of making the variable populated with a byte array
|
||||
NACL_FIELDS_KEY = os.getenv(
|
||||
|
Loading…
Reference in New Issue
Block a user