style and typos

This commit is contained in:
Neil Johnson 2019-06-06 16:45:46 +01:00
parent bd57760163
commit 588c18bb5b

View file

@ -408,15 +408,14 @@ and ``notif_from`` fields filled out. You may also need to set ``smtp_user``,
``smtp_pass``, and ``require_transport_security``.. ``smtp_pass``, and ``require_transport_security``..
If Synapse is not configured with an SMTP server, password reset via email will 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 Alternatively it is possible delegate the sending of email to the server's identity server.
identity server. If the identity server was somehow malicious or became Doing so is convenient but not recommended, since a malicious or compromised identity server could
compromised, it would be theoretically possible to hijack an account through theoretically hijack a given user's account by redirecting mail.
this means.
If you are absolutely certain that you wish to continue using an identity If you are absolutely certain that you wish to use the server's identity
server for password resets, set ``disable_local_password_reset`` to ``true`` server for password resets, set ``trust_identity_server_for_password_resets`` to ``true``
under the ``email:`` configuration section. under the ``email:`` configuration section.
## Registering a user ## Registering a user