[Koha-bugs] [Bug 8753] Add forgot password link to OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 6 20:10:53 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8753

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #69 from Owen Leonard <oleonard at myacpl.org> ---
opac/opac-password-recovery.pl line 163:

warn "INLIBRO username $username";

The script contains a lot of SQL, which is a violation of coding guidelines:

http://wiki.koha-community.org/wiki/Coding_Guidelines#SQL8:_SQL_code_in_.pl_scripts

The template contains a check for the variable "errTooManyEmailFound" but I
don't see where that variable is created. In fact there doesn't seems to be any
handling of multiple identical email addresses. This is a problem for my
library where parents often put their email addresses on their kids' accounts.

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


More information about the Koha-bugs mailing list