created new file with change admin options and removed make admin file. Updated name references as well throughout the project.

This commit is contained in:
prasket
2020-01-19 18:35:57 -08:00
parent b8eb5e4e0d
commit e99497bb60
5 changed files with 27 additions and 25 deletions

View File

@ -24,11 +24,11 @@ If you've just installed Matrix, **to finalize the installation process**, it's
-----
The script `/usr/local/bin/matrix-make-user-admin` may be used to upgrade a user's privileges:
The script `/usr/local/bin/matrix-change-user-admin-status` may be used to change a user's admin privileges:
* log on to your server with ssh
* execute with the username:
* execute with the username and 0/1 (0 = non-admin | 1 = admin)
```
/usr/local/bin/matrix-make-user-admin <username>
/usr/local/bin/matrix-change-user-admin-status <username> <0/1>
```