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

(-)a/C4/Auth.pm (-2 / +1 lines)
Lines 861-867 sub checkauth { Link Here
861
861
862
    my $session;
862
    my $session;
863
    my $invalid_otp_token;
863
    my $invalid_otp_token;
864
    my $require_2FA = ( C4::Context->preference('TwoFactorAuthentication') && $type ne "OPAC" ) ? 1 : 0;
864
    my $require_2FA = ( C4::Context->preference('TwoFactorAuthentication') && $type ne "opac" ) ? 1 : 0;
865
865
866
    # Basic authentication is incompatible with the use of Shibboleth,
866
    # Basic authentication is incompatible with the use of Shibboleth,
867
    # as Shibboleth may return REMOTE_USER as a Shibboleth attribute,
867
    # as Shibboleth may return REMOTE_USER as a Shibboleth attribute,
868
- 

Return to bug 31247