1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/register_new_matrix_user.md
Vitor Henrique c8f956319f
pages*: simplify page description (#12149)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-14 21:25:13 +01:00

557 B

register_new_matrix_user

Register new users in a home server when registration has been disabled. More information: https://manned.org/register_new_matrix_user.

  • Create a user interactively:

register_new_matrix_user --config {{path/to/homeserver.yaml}}

  • Create an admin user interactively:

register_new_matrix_user --config {{path/to/homeserver.yaml}} --admin

  • Create an admin user non-interactively (not recommended):

register_new_matrix_user --config {{path/to/homeserver.yaml}} --user {{username}} --password {{password}} --admin