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

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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