-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Users] Add PUT user endpoint #72
Comments
This is implemented and documented in the authentication article and the interactive api doc. |
@jnehring please review the authentication article and the api doc. |
This does not look right to me. It says
It is about deletion? Further there is still a bug in this functionality (#76) |
We can close this, the bug will be further followed in #76 |
Create an API endpoint that allows changing a users password. The user needs to be authenticated to change his own password. Admin user can change all passwords.
The text was updated successfully, but these errors were encountered: