diff options
author | Kent Shikama <kent@kentshikama.com> | 2016-07-05 18:42:35 +0900 |
---|---|---|
committer | Kent Shikama <kent@kentshikama.com> | 2016-07-05 18:42:35 +0900 |
commit | 507b8bb0910ef6fae9c7d9cb1405a33c4e4b6e8e (patch) | |
tree | 57fbaecc49a88a56e417a616123956953a12ea6e /synapse/config/password.py | |
parent | Add pepper to password hashing (diff) | |
download | synapse-507b8bb0910ef6fae9c7d9cb1405a33c4e4b6e8e.tar.xz |
Add comment to prompt changing of pepper
Diffstat (limited to 'synapse/config/password.py')
-rw-r--r-- | synapse/config/password.py | 1 |
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 |