summary refs log tree commit diff
diff options
context:
space:
mode:
authorKent Shikama <kent@kentshikama.com>2016-07-05 18:42:35 +0900
committerKent Shikama <kent@kentshikama.com>2016-07-05 18:42:35 +0900
commit507b8bb0910ef6fae9c7d9cb1405a33c4e4b6e8e (patch)
tree57fbaecc49a88a56e417a616123956953a12ea6e
parentAdd pepper to password hashing (diff)
downloadsynapse-507b8bb0910ef6fae9c7d9cb1405a33c4e4b6e8e.tar.xz
Add comment to prompt changing of pepper
-rw-r--r--synapse/config/password.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/config/password.py b/synapse/config/password.py

index ea822f2bb5..7c5cb5f0e1 100644 --- a/synapse/config/password.py +++ b/synapse/config/password.py
@@ -31,6 +31,7 @@ class PasswordConfig(Config): 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" """ \ No newline at end of file