[Koha-bugs] [Bug 16275] Prevent patron creation if the email already filled in borrowers.email

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 4 11:23:06 CEST 2016


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

--- Comment #6 from Nicolas Legrand <nicolas.legrand at bulac.fr> ---
Created attachment 51182
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51182&action=edit
Bug 16275: Do not allow a self registration with an existing email address

To avoid multiple registrations, it would be good to check the unicity
of the primary email address.
This patchset adds a new pref PatronSelfRegistrationEmailMustBeUnique.
If on, a patron will get "This email address already exists in our
database" if he try to register with an existing email address.

Test plan:
1/ Register a new patron with an email address
2/ Make an other registration using the same email address
=> With the pref PatronSelfRegistrationEmailMustBeUnique on, you won't be
allowed
=> With the pref off, no change should be noticed.

Sponsored-by: BULAC - http://www.bulac.fr/
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Work as described, no errors.

Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>

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


More information about the Koha-bugs mailing list