2022-10-09 13:19:48 +01:00
|
|
|
# register_new_matrix_user
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> Register new users in a home server when registration has been disabled.
|
2022-10-09 13:19:48 +01:00
|
|
|
> 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`
|