MV_USE_CRYPT —
Interchange 4.6.0:
Source: lib/Vend/Util.pm (rev. 1.16 from Fri Apr 13 21:08:50 2001)
Line 1184 (context shows lines 1174-1188 in check_authorization():1156)
undef $use_crypt if $Global::Variable->{MV_NO_CRYPT};
}
elsif( $user eq $Vend::Cfg->{RemoteUser} and
$Vend::Cfg->{Password} )
{
$cmp_pw = $Vend::Cfg->{Password};
undef $use_crypt if $::Variable->{MV_NO_CRYPT};
}
else {
$pwinfo = $Vend::Cfg->{UserDatabase} unless $pwinfo;
undef $use_crypt unless $::Variable->{MV_USE_CRYPT};
$cmp_pw = Vend::Interpolate::tag_data($pwinfo, 'password', $user)
if defined $Vend::Cfg->{Database}{$pwinfo};
}