[Koha-bugs] [Bug 26941] Missing OPAC password recovery error messages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 5 16:01:18 CET 2020


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

--- Comment #1 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 113122
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113122&action=edit
Bug 26941: Fix OPAC password recovery error messages

In OPAC password recovery perl opac/opac-password-recovery.pl
there are some error codes not in Template
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt

This patch fixes several bugs:
- typo in 'use Koha::Patrons' defined twice => 'use Koha::Patron'
- remove vars $errTooManyEmailFound $errBadEmail, not used in any template
- add in template text for error 'errNoBorrowerEmail'

1) Create a patron A with login but no email
2) Create a patron B with login and valid email
3) Go to system preferences set 'OpacResetPassword' to ON
4) Make sure that OpacPasswordChange is also ON
5) Go to 'Forgot your password' in OPAC
6) Enter login if patron A and save
=> You get message 'This account has no email address we can send the email
to.'
7) Enter login if patron B and save
=> Password recovery is send, no error message

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


More information about the Koha-bugs mailing list