diff options
author | Neil Johnson <neil@matrix.org> | 2019-06-06 16:45:46 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2019-06-06 16:45:46 +0100 |
commit | 588c18bb5bc5a92937eac4aeff476582bd3b8f88 (patch) | |
tree | 1d48480927df5e317183a43ebef1f412fbbb9096 /INSTALL.md | |
parent | Update UPGRADE.rst (diff) | |
download | synapse-588c18bb5bc5a92937eac4aeff476582bd3b8f88.tar.xz |
style and typos
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/INSTALL.md b/INSTALL.md index 953ca078ce..a4a72b36b1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -408,15 +408,14 @@ and ``notif_from`` fields filled out. You may also need to set ``smtp_user``, ``smtp_pass``, and ``require_transport_security``.. If Synapse is not configured with an SMTP server, password reset via email will - be disabled. + be disabled by default. -Previous versions of Synapse delegated the job of sending this email to an -identity server. If the identity server was somehow malicious or became -compromised, it would be theoretically possible to hijack an account through -this means. +Alternatively it is possible delegate the sending of email to the server's identity server. +Doing so is convenient but not recommended, since a malicious or compromised identity server could +theoretically hijack a given user's account by redirecting mail. -If you are absolutely certain that you wish to continue using an identity -server for password resets, set ``disable_local_password_reset`` to ``true`` +If you are absolutely certain that you wish to use the server's identity +server for password resets, set ``trust_identity_server_for_password_resets`` to ``true`` under the ``email:`` configuration section. ## Registering a user |