-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement user management (create, list, get) via API #3024
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
I changed the UserResource, so that it does not check for admin privileges anymore. Might be useful to limit details like mail address to admin users In the future. |
Hi @lo-chr thanks for contributing! I'll review this on Friday, Jan 26. |
I'll fix this over the weekend! Thank you for the review. |
Fix copy and paste Co-authored-by: Johan Berggren <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL
Co-authored-by: Johan Berggren <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for contributing! |
Thank your for the reviews and advice. I learned one or two things. |
This PR fixes most of the features, mentioned here: #3023
This PR is a first step into further capabilities of user management via API, although it lacks the ability to manage a particular user itself.
I also added some features to the testing framework, enabling the test of "admin only" tests, via creating admin users during test setup.
Checks
Closing issues
closes #3023