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

Lari Taskula <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #170761|0                           |1
        is obsolete|                            |

--- Comment #10 from Lari Taskula <[email protected]> ---
Created attachment 191422
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191422&action=edit
Bug 37692: Self-registration verification cannot be done if OPACPublic is not
allowed

Registering new accounts need to be done even though OPAC requires login.
To test:
Set the following system preferences
-1. Set PatronSelfRegistration to 'Allow'
-2. Set PatronSelfRegistrationVerifyByEmail to 'Require'
-3. Set OpacPublic to 'Disable'

Before applying the patch,
1. Navigate to OPAC
2. Observe login screen is presented
3. Observe "Create an account" is present
4. Click "Create an account"
5. Fill in mandatory fields
6. Click "Submit" button
7. Grab your verification token from the database by using the following query:
SELECT verification_token FROM borrower_modifications;
8. Go to /cgi-bin/koha/opac-registration-verify.pl?token=XXX where XXX is the
verification_token
9. Observe login screen is presented and self-registration verification is
still pending

After applying the patch, the last step should be:
9. Observe "Registration pending", "Click the button below to confirm
registration."
10. Click "Confirm" button
11. Observe "Registration complete!", "You have successfully registered your
new account."

-- 
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/

Reply via email to