https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36430
--- Comment #1 from Sam Lau <[email protected]> --- Created attachment 170075 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170075&action=edit Bug 36430: Allow self-reg users to set userid This patch adds the ability for patrons to set their userid when self registering. It also gives patrons the ability to request changes to their user id from the OPAC. To test: 1) Apply patch, restart_all 2) Make sure the 'PatronSelfRegistration' system pref is set to allow and make sure you have a 'PatronSelfRegistrationDefaultCategory' category set. 3) Visit the OPAC main page and select 'Create an account' 4) Under the 'Library' section, you should see a new 'Username: ' input. Fill out the required information and leave the username blank. 5) Submit the form. Your userid should automatically be set. Copy/remember this userid that was given to you 6) Create a new account, this time fill in a custom userid with the value given to the patron you just created 7) When submitting, you will see an error message, as the userid is not unique. 8) Change the userid to somethign different and submit the form. 9) Form submits successfully and gives you the desired userid. Log into this account 10) Click the 'Personal details' tab and submit an update request for the username. Ensure this works correctly. 11) Play around with the other self registration system preferences ('PatronSelfRegistration'...) to attempt to hide/require the userid field and ensure they all work properly. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
