summary refs log tree commit diff
path: root/tests/rest/admin/test_user.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return total number of users and profile attributes in admin users endpoint (...Manuel Stahl2020-04-281-0/+2
* Fixed set a user as an admin with the new API (#6928)Dirk Klimpel2020-02-281-32/+186
* Ensure 'deactivated' parameter is a boolean on user admin API, Fix error hand...Andrew Morgan2020-02-261-0/+59
* 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