summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-06-06 16:46:26 +0100
committerNeil Johnson <neil@matrix.org>2019-06-06 16:46:26 +0100
commit7c110e43ee9eedf8434a94afcdeeda709c9c25ab (patch)
treea04b3813b264f9c1e1fc3f441dc6bedef606b921
parentstyle and typos (diff)
downloadsynapse-7c110e43ee9eedf8434a94afcdeeda709c9c25ab.tar.xz
style and typos
-rw-r--r--UPGRADE.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index 9f73e9e7fa..f69b33b9e5 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -52,7 +52,7 @@ returned by the Client-Server API:
 Upgrading to v1.0
 =================
 
-Validation of TLS certificates 
+Validation of TLS certificates
 ------------------------------
 
 Synapse v1.0 is the first release to enforce
@@ -65,9 +65,9 @@ that have not correctly configured their certificates.
 
 In rare cases, it may be desirable to disable certificate checking: for
 example, it might be essential to be able to federate with a given legacy
-server in a closed federation. This can be done in one of two ways:- *
-Configure the global switch ``federation_verify_certificates`` to ``false``. *
-Configure a whitelist of server domains to trust via
+server in a closed federation. This can be done in one of two ways:-
+ * Configure the global switch ``federation_verify_certificates`` to ``false``.
+ * Configure a whitelist of server domains to trust via
    ``federation_certificate_verification_whitelist``.
 
 See the `sample configuration file
@@ -91,7 +91,7 @@ and ``notif_from`` fields filled out. You may also need to set ``smtp_user``,
 ``smtp_pass``, and ``require_transport_security``..
 
 If you are absolutely certain that you wish to continue using an identity
-server for password resets, set ``enable_password_reset_from_is`` to ``true``.
+server for password resets, set ``trust_identity_server_for_password_resets`` to ``true``.
 
 See the `sample configuration file
 <https://github.com/matrix-org/synapse/blob/master/docs/sample_config.yaml>`_