summary refs log tree commit diff
path: root/tests/rest/admin/test_user.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed set a user as an admin with the new API (#6928)Dirk Klimpel2020-02-281-32/+186
| | | Fix #6910
* Ensure 'deactivated' parameter is a boolean on user admin API, Fix error ↵Andrew Morgan2020-02-261-0/+59
| | | | handling of call to deactivate user (#6990)
* Return a 404 for admin api user lookup if user not found (#6901)Andrew Morgan2020-02-121-0/+16
|
* Admin api to add an email address (#6789)Dirk Klimpel2020-02-071-2/+17
|
* Fix changing password via user admin API. (#6730)Erik Johnston2020-01-201-0/+13
|
* Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-091-0/+465
Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de>