summary refs log tree commit diff
path: root/tests/rest/admin/test_user.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Return a 404 for admin api user lookup if user not found (#6901)Andrew Morgan2020-03-231-0/+16
|\ | | | | | | | | | | * commit 'd8994942f': Return a 404 for admin api user lookup if user not found (#6901) Move the warning at the top of the release changes
| * 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)Andrew Morgan2020-03-231-2/+17
|\| | | | | | | | | * commit '56ca93ef5': Admin api to add an email address (#6789)
| * Admin api to add an email address (#6789)Dirk Klimpel2020-02-071-2/+17
| |
* | Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-03-231-2/+2
|/ | | | | * commit '90a28fb47': Admin API to list, filter and sort rooms (#6720)
* 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>