0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-19 19:18:19 +02:00

Update password config comment

Signed-off-by: Kent Shikama <kent@kentshikama.com>
This commit is contained in:
Kent Shikama 2016-07-06 12:18:19 +09:00
parent 896bc6cd46
commit 8d9a884cee
No known key found for this signature in database
GPG key ID: D275958A0FA61427

View file

@ -30,7 +30,7 @@ class PasswordConfig(Config):
# Enable password for login. # Enable password for login.
password_config: password_config:
enabled: true 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! # DO NOT CHANGE THIS AFTER INITIAL SETUP!
#pepper: "" #pepper: ""
""" """