@@ -, +, @@ not set --- C4/Auth.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Auth.pm +++ a/C4/Auth.pm @@ -826,6 +826,7 @@ sub checkauth { opac-registration-confirmation.tt opac-memberentry-update-submitted.tt opac-password-recovery.tt + opac-reset-password.tt ); $authnotrequired = 0 unless grep { $_ eq $template_name } @allowed_scripts_for_private_opac; --