Lines 826-831
sub checkauth {
Link Here
|
826 |
opac-registration-confirmation.tt |
826 |
opac-registration-confirmation.tt |
827 |
opac-memberentry-update-submitted.tt |
827 |
opac-memberentry-update-submitted.tt |
828 |
opac-password-recovery.tt |
828 |
opac-password-recovery.tt |
|
|
829 |
opac-reset-password.tt |
829 |
); |
830 |
); |
830 |
$authnotrequired = 0 unless grep { $_ eq $template_name } |
831 |
$authnotrequired = 0 unless grep { $_ eq $template_name } |
831 |
@allowed_scripts_for_private_opac; |
832 |
@allowed_scripts_for_private_opac; |
832 |
- |
|
|