Bug 32380 - There should be a staff side equivalent to PatronSelfRegistrationEmailMustBeUnique
Summary: There should be a staff side equivalent to PatronSelfRegistrationEmailMustBeU...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-30 15:50 UTC by Lucas Gass (lukeg)
Modified: 2022-12-12 13:58 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2022-11-30 15:50:28 UTC
We have the ability to enforce unique email address from self reg. We should have a staff side equivalent.  

When using SSO it can be problematic to have the same email address on different accounts.
Comment 1 Marcel de Rooy 2022-12-12 13:58:18 UTC
For long time many wished to have a unique email in Koha that could serve as userid too. This self registration pref is just a kind of partial implementation of that.
The response has always been: But we need to have duplicates for parent and child accounts.
We ended up with the current code ;) I am trying to get this moving again on bug 32426 now. No trivial operation sofar.