https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37692
--- Comment #11 from Lari Taskula <[email protected]> --- Comment on attachment 170761 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170761 Bug 37692 - Self-registration verification cannot be done if OPACPublic is not allowed Review of attachment 170761: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=37692&attachment=170761) ----------------------------------------------------------------- I have tidied the patch, fixed the commit message, added a test plan, and removed the last authnotrequired as your change had no effect on it. ::: opac/opac-registration-verify.pl @@ +173,4 @@ > template_name => "opac-registration-invalid.tt", > type => "opac", > query => $cgi, > + authnotrequired => 1, This last authnotrequired has no effect no matter the setting. The user will always be redirected to the login screen. -- 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/
