From 0ca30382be83fccfc4e352096c87c56bbf8a673c Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Tue, 17 Nov 1998 03:43:49 +0000 Subject: Patch by Andrew Anderson . Many minor bugfixes and cleanup. --- changepassword.cgi | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'changepassword.cgi') diff --git a/changepassword.cgi b/changepassword.cgi index a3a17e39a..37543768b 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 - -

Change your password

-
+ print "Content-type: text/html\n\n"; + PutHeader("Change your password"); + print " + - - + + - - + +
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