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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to