3 May
2022
3 May
'22
2:07 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30664 --- Comment #1 from David Cook <dcook@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.