[Koha-bugs] [Bug 21431] New: Create unique log key for password recovery different from password change

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 27 15:34:04 CEST 2018


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

            Bug ID: 21431
           Summary: Create unique log key for password recovery different
                    from password change
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

How often password reset has been used ?

update_password just contains:
logaction( "MEMBERS", "CHANGE PASS", … )
So the log does not really tell you. The borrower_password_recovery has no
autoincrement id; so no luck there too..

opac/opac-password-recovery.pl could perhaps send a different code to
update_password ?

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


More information about the Koha-bugs mailing list