From 89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Sat, 21 Nov 1998 03:18:33 +0000 Subject: Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. --- changepassword.cgi | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'changepassword.cgi') diff --git a/changepassword.cgi b/changepassword.cgi index 37543768b..a3a17e39a 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -24,20 +24,20 @@ require "CGI.pl"; confirm_login(); if (! defined $::FORM{'pwd1'}) { - print "Content-type: text/html\n\n"; - PutHeader("Change your password"); - print " -
+ print "Content-type: text/html + +

Change your password

+ - - + + - - + +
Please enter the new password for $::COOKIE{'Bugzilla_login'}:Please enter the new password for $::COOKIE{'Bugzilla_login'}:
Re-enter your new password:Re-enter your new password:
-\n"; +\n"; exit; } @@ -85,4 +85,4 @@ SendSQL("update logincookies set cryptpassword = '$encrypted' where cookie = $:: print "

OK, done.

Your new password has been set.

-Back to query page.\n"; +Back to query page.\n"; -- cgit v1.2.3-24-g4f1b