Patch by holger@holger.om.org (Holger Schurig) -- one more fancy header that was missing.
git-svn-id: svn://10.0.0.236/trunk@49364 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -396,7 +396,7 @@ sub confirm_login {
|
||||
my $enteredcryptpwd = crypt($enteredpwd, substr($realcryptpwd, 0, 2));
|
||||
if ($realcryptpwd eq "" || $enteredcryptpwd ne $realcryptpwd) {
|
||||
print "Content-type: text/html\n\n";
|
||||
print "<H1>Login failed.</H1>\n";
|
||||
PutHeader("Login failed");
|
||||
print "The username or password you entered is not valid.\n";
|
||||
print "Please click <b>Back</b> and try again.\n";
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user