From 6a9588cc60962158868fa271f73c7f45a2854a17 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 5 Jun 2019 17:37:50 +0100 Subject: Update sample config --- docs/sample_config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 859df5b636..0b47a55941 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1006,6 +1006,18 @@ signing_key_path: "CONFDIR/SERVERNAME.signing.key" # algorithm: "HS256" +# Allow users to reset their password +# +# Resetting a user's password is done either by sending a token from +# Synapse, or asking an identity server to do so. In Synapse v1.0, +# sending a password reset token from an identity server was turned off +# by default for security reasons. +# +# If enable_password_reset_from_is is False, you must fill out the +# "email" section of the config before enabling password resets +# +#enable_password_resets: False + password_config: # Uncomment to disable password login # -- cgit 1.5.1