summary refs log tree commit diff
path: root/synapse/config/password.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2016-07-06 09:59:59 +0100
committerGitHub <noreply@github.com>2016-07-06 09:59:59 +0100
commit2e3c8acc68f4a2358aaba8363c7eaeaded2b329a (patch)
tree7e98683829b1b0a34038819f8f02992bd882c067 /synapse/config/password.py
parentMerge pull request #904 from matrix-org/dbkr/register_email_no_untrusted_id_s... (diff)
parentUpdate password config comment (diff)
downloadsynapse-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.py2
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: ""
         """