[Koha-bugs] [Bug 20023] New: Password recovery should be case insensitive

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 17 21:57:14 CET 2018


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

            Bug ID: 20023
           Summary: Password recovery should be case insensitive
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Authentication
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: philippe.blouin at inlibro.com
        QA Contact: testopia at bugs.koha-community.org
                CC: dpavlin at rot13.org

When entering an email (or arguably, a userid) to recover the password, a user
should not have to know or remember the casing of the given email.

Quick exercise for a quick solution led to no results.

$search_results = [ Koha::Patrons->search( { -or => { email => $email, emailpro
=> $email, B_email  => $email } } ) ];

Using search_like is not available, and using email => { 'like', $email} does
not lead to the intended result.  Here's hoping a similarly simple fix exists.

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


More information about the Koha-bugs mailing list