[Koha-bugs] [Bug 24861] New: Unable to setPatronPasswordPublic using REST API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 12 23:20:38 CET 2020


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

            Bug ID: 24861
           Summary: Unable to setPatronPasswordPublic using REST API
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: REST API
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dcook at prosentient.com.au

I've tried POST /api/v1/public/patrons/{patron_id}/password with RESTPublicAPI
enabled (using koha-testing-docker with Plack enabled), but I keep getting 401
errors.

curl http://localhost:8080/api/v1/public/patrons/42/password -d
'{"old_password":"OLD","password":"NEW","password_repeated":"NEW"}'

{"error":"Authentication failure."}

With RESTBasicAuth enabled and using the username and password for patron #42:

curl -u <username:password>
http://localhost:8080/api/v1/public/patrons/42/password -d
'{"old_password":"OLD","password":"NEW","password_repeated":"NEW"}'

{"error":"Authorization failure. Missing required
permission(s).","required_permissions":null}

Perhaps I'm doing something wrong but this looks like a bug to me?

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


More information about the Koha-bugs mailing list