mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 12:08:32 +03:00
Update password config comment
Signed-off-by: Kent Shikama <kent@kentshikama.com>
This commit is contained in:
parent
896bc6cd46
commit
8d9a884cee
1 changed files with 1 additions and 1 deletions
|
@ -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: ""
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue