From 88ddc4a3860723d8363ffd46b353f19046536709 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 10 Feb 2022 12:20:20 +0000 Subject: [PATCH] Bug 29925: (follow-up) Allow password reset when OpacPublic not set --- C4/Auth.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Auth.pm b/C4/Auth.pm index c6dfc9bf21..5a510f653f 100644 --- a/C4/Auth.pm +++ b/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; -- 2.30.2