Skip to content

Commit

Permalink
added user registration through CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
927589452 committed Jun 24, 2019
1 parent e2a2c90 commit 533f637
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions source/guide_synapse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,32 @@ If there is a update, use pip to update the installation:
Administration
==============

Adding users
------------

Users can be added from the CLI:
Adding users
------------

Users can be added from the CLI:

.. code-block:: console
[isabell@stardust ~]$ source ~/synapse/env/bin/activate
(env) [isabell@stardust ~]$ cd ~/synapse
(env) [isabell@stardust synape]$ register_new_matrix_user -c homeserver.yaml https://my.domain.name:PORT
New user localpart [isabell]: USER
Password:
Confirm password:
Make admin [no]: no
Sending registration request...
Success!
(env) [isabell@stardust synapse]$
Password reset
--------------

Expand Down

0 comments on commit 533f637

Please sign in to comment.