[Koha-bugs] [Bug 30664] PatronSelfRegistrationVerifyByEmail should use AutoEmailPrimaryAddress

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 3 03:07:28 CEST 2022


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

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
Admittedly this is challenging. If "AutoEmailPrimaryAddress" is set to "OFF",
we don't know what field to make mandatory, since "OFF" uses
"first_valid_email_address". 

If we knew the order of fields used in "first_valid_email_address" (using code
logic and not hard-coding assumptions), I suppose we could make mandatory the
"first" field checked in "first_valid_email_address"... 

I suppose we could also create a new system preference like
"PatronSelfRegistrationVerifyEmailField"... that would require the fewest
changes...

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


More information about the Koha-bugs mailing list