Koha Test Wiki MW Canasta on Koha Portainer
Test major Koha Wiki changes or bug fixes here without fear of breaking the production wiki.
For the current Koha Wiki, visit https://wiki.koha-community.org .Public patrons password endpoint RFC
Jump to navigation
Jump to search
This RFC should be the basis for making a public endpoint for changing patron's password.
Actions and routes
The following table presents proposed implementation.
Description | Action | Proposed |
Update password | POST |
/public/patrons/{patron_id}/password |
Request body
Attributes | Description |
password | New password (plain text) |
password_repeated | Repeated new password (plain text) |
old_password | Patron's original password |