diff options
author | Richard Kellner <richard.kellner@gmail.com> | 2017-03-20 19:58:24 +0100 |
---|---|---|
committer | Richard Kellner <richard.kellner@gmail.com> | 2017-03-20 19:58:24 +0100 |
commit | a1880563643d5f4b656190b8471f7f3d26b0e33a (patch) | |
tree | 8cc7b181c4ce3337a46e66aafbc108a57b85129e /README.rst | |
parent | Added missing system requiremnt and pip upgrade before install (diff) | |
download | synapse-a1880563643d5f4b656190b8471f7f3d26b0e33a.tar.xz |
Updated user creation section
register_new_matrix_user command has one more question, I have updated the documentation to match the reality.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 5c9b87e349..6cdaa055ca 100644 --- a/README.rst +++ b/README.rst @@ -229,6 +229,7 @@ To get started, it is easiest to use the command line to register new users:: New user localpart: erikj Password: Confirm password: + Make admin [no]: Success! This process uses a setting ``registration_shared_secret`` in |