summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/users.html
Commit message (Collapse)AuthorAgeFilesLines
* Add multiple servers to the dashboard viewDaniel García Moreno2022-09-271-1/+1
|
* Add 'Delete user' to Users sectionv0.9.2Javier Sánchez Parra2022-04-271-0/+2
| | | | | Creates "Delete user" form. The user to be deleted is selected from the sidebar in Users section.
* Add 'Edit user' to Users sectionJavier Sánchez Parra2022-04-271-0/+2
| | | | | | Creates "Edit user" form with the following inputs: password, password confirmation, role (administrator or regular), allowed scopes. It does no allow to change/edit the username.
* Add 'Add user' to Users sectionJavier Sánchez Parra2022-04-271-0/+2
| | | | | Creates "Add user" form with the following inputs: username, password, password confirmation, role (administrator or regular), allowed scopes.
* Add Users sectionJavier Sánchez Parra2022-04-271-0/+33
In Users section/view, administrator accounts can manage all task related to users. For example: add, delete and edit users.