diff options
author | Kent Shikama <kent@kentshikama.com> | 2016-07-05 19:15:51 +0900 |
---|---|---|
committer | Kent Shikama <kent@kentshikama.com> | 2016-07-05 19:15:51 +0900 |
commit | 252ee2d979f8814ff5bd0f9acb76b9ba3ce86b52 (patch) | |
tree | dea95524ba78e288645ecc49571e5df43f2f7765 /synapse/config | |
parent | Fix password config (diff) | |
download | synapse-252ee2d979f8814ff5bd0f9acb76b9ba3ce86b52.tar.xz |
Remove default password pepper string
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/password.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/config/password.py b/synapse/config/password.py index 00b1ea3df9..66f0d93eea 100644 --- a/synapse/config/password.py +++ b/synapse/config/password.py @@ -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: "" """ |