Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move password hashing to the backend | Javier Sánchez Parra | 2022-06-30 | 1 | -10/+1 |
| | | | | | | | | | | | This patch moves login password hashing from the frontend/javascript to the backend/flask. This patch moves password hashing of login and user management forms. Related commits: * c7b0024 ("Add password hashing") * 661254b ("Add 'Add user' to Users section") | ||||
* | Add 'Add user' to Users section | Javier Sánchez Parra | 2022-04-27 | 1 | -0/+26 |
Creates "Add user" form with the following inputs: username, password, password confirmation, role (administrator or regular), allowed scopes. |