[Koha-bugs] [Bug 29247] New: Enable staff to see whether a patron has a password or not

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 15 11:35:33 CEST 2021


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

            Bug ID: 29247
           Summary: Enable staff to see whether a patron has a password or
                    not
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: alexander.borkowski at kau.se
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

In the staff client at members/moremember.pl, a patron's password is always
shown as a number of stars, even for patrons which do not have a password set.

While there are provisions to handle unset passwords in
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt these are not
effective. It is checked whether the patron.password field is false/empty or
not. However, Koha::Patron::store always at least writes an exclamation mark in
that field to mark the password invalid. So the field is never really empty,
the condition being checked is always false, and hence the staff client never
shows that a patron does not have a password set.

-- 
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