[Koha-bugs] [Bug 25090] Enable library approval of OPAC self registrations before a patron account is created

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 25 06:45:25 CEST 2020


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

--- Comment #18 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 105319
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105319&action=edit
Bug 25090: Remove references to PatronSelfRegistrationVerifyByEmail syspref

PatronSelfRegistrationVerifyByEmail has been replaced with:

* PatronSelfRegistrationVerifyByEmailToPatron
* PatronSelfRegistrationVerifyByEmailToLibrary

Test plan:
1. Go to Administration > Patron attribute types
2. Add a new patron attribute type and observe the 'Editable in OPAC'
checkbox references PatronSelfRegistrationVerifyByEmail
3. Apply patch
4. Refresh page and observe the said field references/links are replaced
with references/links to PatronSelfRegistrationVerifyByEmailToPatron and
PatronSelfRegistrationVerifyByEmailToLibrary
5. Select 'Display in OPAC' and 'Editable in OPAC'
6. Make sure both new PatronSelfRegistration sysprefs are disabled
7. Go to your patron detail page in OPAC and click on 'your personal
details' tab
8. Observe under 'Additional information' the patron attribute is
visible and editable

[Check display logic]
9. Observe when either one of the PatronSelfRegistrationVerify sysprefs is
enabled the attribute is hidden in the OPAC page
10. Observe when both PatronSelfRegistrationVerify sysprefs are enabled the
attribute is hidden in OPAC

Sponsored-By: Mental Health Education Resource Centre, NZ

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


More information about the Koha-bugs mailing list