summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/auth/edit_user.html
Commit message (Collapse)AuthorAgeFilesLines
* templates: remove dead code from edit_user.htmlAlejandro Sirgo Rica2024-06-141-8/+0
| | | | | Remove the <script> block as the function digestUserFormPassword no longer exists.
* Add 'Edit user' to Users sectionJavier Sánchez Parra2022-04-271-0/+26
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.