Forrest logo
back to context overview

register_new_matrix_user

List of commands for register_new_matrix_user:

  • register_new_matrix_user:tldr:55917 register_new_matrix_user: Create an admin user interactively.
    $ register_new_matrix_user --config ${path-to-homeserver-yaml} --admin
    try on your machine
    explain this command
  • register_new_matrix_user:tldr:aeae6 register_new_matrix_user: Create an admin user non-interactively (not recommended).
    $ register_new_matrix_user --config ${path-to-homeserver-yaml} --user ${username} --password ${password} --admin
    try on your machine
    explain this command
  • register_new_matrix_user:tldr:c4569 register_new_matrix_user: Create a user interactively.
    $ register_new_matrix_user --config ${path-to-homeserver-yaml}
    try on your machine
    explain this command
back to context overview