| Summary: | ILSDI service AuthenticatePatron doesn't work | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Alex Arnaud <alex.arnaud> |
| Component: | Architecture, internals, and plumbing | Assignee: | Alex Arnaud <alex.arnaud> |
| Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
| Severity: | blocker | ||
| Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, paul.poulain |
| Version: | 3.6 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Proposed patch
bug/7285 Use C4::Auth::checkpw instead of checkpw only |
||
|
Description
Alex Arnaud
2011-12-02 08:09:41 UTC
Created attachment 6512 [details] [review] Proposed patch for testing: kohaopac/cgi-bin/koha/ilsdi.pl?service=AuthenticatePatron&username=<USERNAME>&password=<PASSWORD> Very simple change, easily tested, signing off Created attachment 6516 [details] [review] bug/7285 Use C4::Auth::checkpw instead of checkpw only Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Just changes subroutine call to explicitly use the right module. Only affects the one script in ILSDI, so marking as Passed QA patch pushed, please test |