View | Details | Raw Unified | Return to bug 29925
Collapse All | Expand All

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 831-836 sub checkauth { Link Here
831
          opac-registration-confirmation.tt
831
          opac-registration-confirmation.tt
832
          opac-memberentry-update-submitted.tt
832
          opac-memberentry-update-submitted.tt
833
          opac-password-recovery.tt
833
          opac-password-recovery.tt
834
          opac-reset-password.tt
834
        );
835
        );
835
        $authnotrequired = 0 unless grep { $_ eq $template_name }
836
        $authnotrequired = 0 unless grep { $_ eq $template_name }
836
          @allowed_scripts_for_private_opac;
837
          @allowed_scripts_for_private_opac;
837
- 

Return to bug 29925