summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorKent Shikama <kent@kentshikama.com>2016-07-06 12:18:19 +0900
committerKent Shikama <kent@kentshikama.com>2016-07-06 12:18:19 +0900
commit8d9a884cee0b3ee5b18b0d037592bb9e5c3ae943 (patch)
tree7e98683829b1b0a34038819f8f02992bd882c067 /synapse/config
parentUpdate hash_password script (diff)
downloadsynapse-8d9a884cee0b3ee5b18b0d037592bb9e5c3ae943.tar.xz
Update password config comment
Signed-off-by: Kent Shikama <kent@kentshikama.com>
Diffstat (limited to 'synapse/config')
-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: ""
         """