Koha Test Wiki Canasta - March 2024
One of a series of test instances for migrating the Koha Wiki MediaWiki database.
For the current Koha Wiki, visit https://wiki.koha-community.org .Patrons password endpoint RFC
Jump to navigation
Jump to search
This RFC should be the basis for making an endpoint for changing patron's password. This is implemented on bug 17006
Actions and routes
The following table presents proposed implementation.
Description | Action | Proposed |
Update password | POST |
/patrons/{patron_id}/password |
Request body
Attributes | Description |
password | New password (plain text) |
password_2 | Repeated new password (plain text) |