[Koha-bugs] [Bug 35204] REST API: POST endpoint /auth/password/validation dies on patron with expired password

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 7 06:59:13 CET 2023


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

--- Comment #3 from David Cook <dcook at prosentient.com.au> ---
(In reply to David Nind from comment #2)
> I'm happy to test, but how to send a request is not something I'm great at.
> 
> Could you provide an example of how to send a request to generate the error?
> 
> Thanks!

curl -u AMINDUSER:ADMINPASSWORD -H "Content-Type: application/json"
http://localhost:8081/api/v1/auth/password/validation -d
'{"identifier":"patron","password":"$uper Duper 4wesome Password"}'

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


More information about the Koha-bugs mailing list