diff options
author | Matthew Hodgson <matthew@matrix.org> | 2015-03-30 12:05:38 -0400 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2015-03-30 12:05:38 -0400 |
commit | 8675ea03de80e7a4d815c62c117dec428c4541c1 (patch) | |
tree | 7adf3b521a93c0bff8e79c22feca42dc09ab20d5 /README.rst | |
parent | turn --disable-registration into --enable-registration, given the default is ... (diff) | |
download | synapse-8675ea03de80e7a4d815c62c117dec428c4541c1.tar.xz |
actually tell users /how/ to turn on registration
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 874753762d..f1f9b0a03a 100644 --- a/README.rst +++ b/README.rst @@ -129,7 +129,8 @@ To set up your homeserver, run (in your virtualenv, as before):: Substituting your host and domain name as appropriate. By default, registration of new users is disabled. You can either enable -registration in the config (it is then recommended to also set up CAPTCHA), or +registration in the config by specifying ``enable_registration: true`` +(it is then recommended to also set up CAPTCHA), or you can use the command line to register new users:: $ source ~/.synapse/bin/activate |