Remove default password pepper string
This commit is contained in:
parent
14362bf359
commit
252ee2d979
|
@ -30,8 +30,7 @@ class PasswordConfig(Config):
|
||||||
# Enable password for login.
|
# Enable password for login.
|
||||||
password_config:
|
password_config:
|
||||||
enabled: true
|
enabled: true
|
||||||
# Uncomment for extra security for your passwords.
|
|
||||||
# Change to a secret random string.
|
# Change to a secret random string.
|
||||||
# DO NOT CHANGE THIS AFTER INITIAL SETUP!
|
# DO NOT CHANGE THIS AFTER INITIAL SETUP!
|
||||||
#pepper: "HR32t0xZcQnzn3O0ZkEVuetdFvH1W6TeEPw6JjH0Cl+qflVOseGyFJlJR7ACLnywjN9"
|
#pepper: ""
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue