diff options
author | Neil Johnson <neil@matrix.org> | 2019-06-06 16:10:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 16:10:36 +0100 |
commit | 721b15978956684939b64191f46ab7a874dbaa6b (patch) | |
tree | c467b1951ff21ce03660725b0bf2d8614b067df2 | |
parent | Update INSTALL.md (diff) | |
download | synapse-721b15978956684939b64191f46ab7a874dbaa6b.tar.xz |
Update INSTALL.md
Co-Authored-By: Brendan Abolivier <github@brendanabolivier.com>
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 20a7a17381..953ca078ce 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -416,7 +416,7 @@ 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 ``disable_local_password_reset`` to ``true`` +server for password resets, set ``disable_local_password_reset`` to ``true`` under the ``email:`` configuration section. ## Registering a user |