1
0

Remove default password pepper string

This commit is contained in:
Kent Shikama
2016-07-05 19:15:51 +09:00
parent 14362bf359
commit 252ee2d979
+1 -2
View File
@@ -30,8 +30,7 @@ class PasswordConfig(Config):
# Enable password for login.
password_config:
enabled: true
# Uncomment for extra security for your passwords.
# Change to a secret random string.
# DO NOT CHANGE THIS AFTER INITIAL SETUP!
#pepper: "HR32t0xZcQnzn3O0ZkEVuetdFvH1W6TeEPw6JjH0Cl+qflVOseGyFJlJR7ACLnywjN9"
#pepper: ""
"""