mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 14:35:27 +02:00
register_new_matrix_user: add page (#8862)
This commit is contained in:
parent
23923450eb
commit
e84e526ee1
1 changed files with 16 additions and 0 deletions
16
pages/linux/register_new_matrix_user.md
Normal file
16
pages/linux/register_new_matrix_user.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# register_new_matrix_user
|
||||
|
||||
> Used to register new users with a given 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`
|
Loading…
Add table
Reference in a new issue