diff options
author | Neil Johnson <neil@matrix.org> | 2019-06-06 13:27:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 13:27:13 +0100 |
commit | 097d2652f7b3297f4406f0a7a8d5a33972adecb4 (patch) | |
tree | a682e74079a6d442c633870de2693218eff8cc0e | |
parent | Update INSTALL.md (diff) | |
download | synapse-097d2652f7b3297f4406f0a7a8d5a33972adecb4.tar.xz |
Update INSTALL.md
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index c878084399..7200a28330 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -415,7 +415,8 @@ compromised, it would be theoretically possible to hijack an account through this means. If you are absolutely certain that you wish to continue using an identity -server for email, set ``enable_password_reset_from_is`` to ``true``. +server for email, set ``disable_local_password_reset`` to ``true`` +under the ``email:`` configuration section. ## Registering a user |