diff options
author | Kent Shikama <kent@kentshikama.com> | 2016-07-06 12:18:19 +0900 |
---|---|---|
committer | Kent Shikama <kent@kentshikama.com> | 2016-07-06 12:18:19 +0900 |
commit | 8d9a884cee0b3ee5b18b0d037592bb9e5c3ae943 (patch) | |
tree | 7e98683829b1b0a34038819f8f02992bd882c067 | |
parent | Update hash_password script (diff) | |
download | synapse-8d9a884cee0b3ee5b18b0d037592bb9e5c3ae943.tar.xz |
Update password config comment
Signed-off-by: Kent Shikama <kent@kentshikama.com>
-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: "" """ |