[Koha-bugs] [Bug 10667] ILS-DI: AuthenticatePatron should also work with cardnumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 13 04:13:09 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10667

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20889|0                           |1
        is obsolete|                            |

--- Comment #9 from Mason James <mtj at kohaaloha.com> ---
Created attachment 21065
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21065&action=edit
Bug 10667: Allow authentication with cardnumber for ILS-DI

Test authentication via ILS-DI:
- with userid and password
- with userid and wrong password
- with cardnumber and password
- with cardnumber and wrong password
...

Before the patch only userid will authenticate the patron.
After the patch was applied, userid and cardnumber will work.

To test:
- Run t/db_dependent/ILSDI_Services.t - all tests should pass.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
No koha-qa errors

Test:
Enable ISL-DI
access opac with
/cgi-bin/koha/ilsdi.pl?service=AuthenticatePatron&username=XXX&password=YYY
With userid/cardnumber & password returns borrowernumber
With userid/cardnumber & wrong password returns PatronNotFound
Signed-off-by: Mason James <mtj at kohaaloha.com>

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


More information about the Koha-bugs mailing list