diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-12-01 12:01:54 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-12-01 12:08:03 +0000 |
commit | 971edd04affd484168b3dbec43783afe03d55a4e (patch) | |
tree | 97cfcba43d1439a151f71231dd9accc9be39ce0e /README.rst | |
parent | Merge branch 'release-v0.18.4' of github.com:matrix-org/synapse (diff) | |
download | synapse-971edd04affd484168b3dbec43783afe03d55a4e.tar.xz |
rename CAPTCHA_SETUP
this is rst so name it accordingly
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index f1ccc8dc45..e0e835f14f 100644 --- a/README.rst +++ b/README.rst @@ -180,8 +180,8 @@ old key cached. If you update the signing key, you should change the name of the key in the <server name>.signing.key file (the second word) to something different. By default, registration of new users is disabled. You can either enable -registration in the config by specifying ``enable_registration: true`` -(it is then recommended to also set up CAPTCHA - see docs/CAPTCHA_SETUP), or +registration in the config by specifying ``enable_registration: true`` (it is +then recommended to also set up CAPTCHA - see `<docs/CAPTCHA_SETUP.rst>`_), or you can use the command line to register new users:: $ source ~/.synapse/bin/activate |