diff options
author | Erik Johnston <erikj@jki.re> | 2016-07-06 09:59:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-06 09:59:59 +0100 |
commit | 2e3c8acc68f4a2358aaba8363c7eaeaded2b329a (patch) | |
tree | 7e98683829b1b0a34038819f8f02992bd882c067 /synapse/config/password.py | |
parent | Merge pull request #904 from matrix-org/dbkr/register_email_no_untrusted_id_s... (diff) | |
parent | Update password config comment (diff) | |
download | synapse-2e3c8acc68f4a2358aaba8363c7eaeaded2b329a.tar.xz |
Merge pull request #910 from KentShikama/hash_password_followup
Follow up to adding password pepper
Diffstat (limited to 'synapse/config/password.py')
-rw-r--r-- | synapse/config/password.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/password.py b/synapse/config/password.py index 66f0d93eea..a4bd171399 100644 --- a/synapse/config/password.py +++ b/synapse/config/password.py @@ -30,7 +30,7 @@ class PasswordConfig(Config): # Enable password for login. password_config: enabled: true - # Change to a secret random string. + # Uncomment and change to a secret random string for extra security. # DO NOT CHANGE THIS AFTER INITIAL SETUP! #pepper: "" """ |