Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | forms: use checkboxes for scope selection in UserForm | Alejandro Sirgo Rica | 2024-06-14 | 1 | -5/+40 |
| | | | | | | | Enable selection of multiple scopes in user/add and user/edit for restricted users. Replace quick form creation with an inline form definition in add_user.html and edit_user.html | ||||
* | templates: remove dead code from edit_user.html | Alejandro Sirgo Rica | 2024-06-14 | 1 | -8/+0 |
| | | | | | Remove the <script> block as the function digestUserFormPassword no longer exists. | ||||
* | Add 'Edit user' to Users section | Javier Sánchez Parra | 2022-04-27 | 1 | -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. |