https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34313 Bug ID: 34313 Summary: Make password validation endpoint return patron ids Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com CC: tomascohen@gmail.com With the `identifier` parameter passed for validating a password, as introduced by bug 32739, the identifier will be matched against `userid` and `cardnumber`. It would be useful to return both the userid and cardnumber of the patron if validation is correct. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.