-
Notifications
You must be signed in to change notification settings - Fork 20
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
Change password through API #797
Milestone
Comments
KasperBrandt
added a commit
that referenced
this issue
Oct 14, 2014
The REST API has been updated with a new view on the usel model: /rest/v1/user/{pk}/change_password. A POST request to this view with the old_password, new_password1 and new_password2 will check if the credentials are valid and will update the user password. Also, the form and view in MyRSR for updating a user password has been updated, now using the API through jQuery.
KasperBrandt
added a commit
that referenced
this issue
Oct 24, 2014
KasperBrandt
added a commit
that referenced
this issue
Oct 24, 2014
KasperBrandt
added a commit
that referenced
this issue
Oct 24, 2014
- Implemented a PermissionDenied when a user tries to change another user's password - Placed the CSRF javascript code in a separate file - Some small style issues - Removed the max_length for passwords
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Users should be able to change their password, making use of the API.
The text was updated successfully, but these errors were encountered: