add script + doc to change a user to admin

This commit is contained in:
Thomas vO
2018-11-28 11:02:15 +01:00
parent bbf8928831
commit 2bdc35de63
3 changed files with 32 additions and 1 deletions

View File

@ -16,4 +16,14 @@ You can do it via this Ansible playbook (make sure to edit the `<your-username>`
-----
If you've just installed Matrix, **to finalize the installation process**, it's best if you proceed to [Configuring service discovery via .well-known](configuring-well-known.md)
If you've just installed Matrix, **to finalize the installation process**, it's best if you proceed to [Configuring service discovery via .well-known](configuring-well-known.md)
-----
The script `/usr/local/bin/matrix-make-user-admin` may be used to upgrade a user's privileges:
* log on to your server with ssh
* execute with the username:
/usr/local/bin/matrix-make-user-admin <username>