[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 15 16:45:54 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #46 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
This should be implemented on top of bug 19784. Also, I see no reason to
require the 'old password'.

Conceptually, I would say we are updating the password "object". This means we
need to PUT a new password. If we changed the password by hitting the
patron/patron_id endpoint, then PATCH would be advised. But on this
implementation we should def use PUT.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list