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

--- Comment #8 from Lari Taskula <[email protected]> ---
To reproduce:
Set the following system preferences
-1. Set PatronSelfRegistration to 'Allow'
-2. Set PatronSelfRegistrationVerifyByEmail to 'Require'
-3. Set OpacPublic to 'Disable'

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

The last step should instead 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