summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-22Prevent M_USER_IN_USE from being raised by registration methods until after ↵Andrew Morgan4-42/+28
email has been verified (#48) * Just ignore the `username` parameter on registration as it's not used by DINUM * Have `/register/available` always return `true`
2020-06-19Add a bulk user info endpoint and deprecate the old one (#46)Andrew Morgan6-38/+330