- or download this
if(my $oldcookie = $query->cookie("userpass")) {
$USER_HASH = confirmUser (split (/\|/,
Everything::Util::unescape($oldcookie)));
}
- or download this
# IIS will set $ENV{AUTH_USER} to "domain\Username", if NT
# authentication was successful. As I am not 100% certain
...
$USER_HASH = confirmUser (split (/\|/,
Everything::Util::unescape($oldcookie)));
}
- or download this
if ($genCrypt eq $crpasswd)
- or download this
if (($genCrypt eq $crpasswd) or $ENV{AUTH_USER})