[Koha-bugs] [Bug 16711] OPAC Password recovery: Handling if multiple accounts have the same mail address

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 21 18:40:05 CEST 2017


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

--- Comment #8 from Marc Véron <veron at veron.ch> ---
Created attachment 63591
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63591&action=edit
Bug 16711: OPAC Password recovery: Handling if multiple accounts have the same
mail address

To reproduce:
- Create 3 Accounts, login names are test01, test02, test03, Email is the same
for all.
- Go to OPAC -> Password recovery and indicate E-Mail only
- You will get an email for only one of the accounts above.

To test:
- Apply patch, restart memcached and plack
- Go to db, delete from borrower_password_recovery;
- Try steps above to reproduce. You will get an error message:
    Account identification with this email address only is ambiguous.
    Please use the field 'Login' as well.
- Verify that other cases work as before (provide valid / invalid login only,
  provide valid email for an existing account, provide unknown email, provide
  both login and email with all combinations of valid / invalid)

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


More information about the Koha-bugs mailing list