mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-07 08:26:50 +00:00
Remove default password pepper string
This commit is contained in:
parent
14362bf359
commit
252ee2d979
1 changed files with 1 additions and 2 deletions
|
@ -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: ""
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue