The below patch prevents harvey from displaying the password that a user tryed to change their password to, and also corrects a typo in the error message.
RCS file: /cvsroot/harvey/harvey/docs/accountrequest.cgi,v
retrieving revision 1.30
diff -u -r1.30 accountrequest.cgi
--- docs/accountrequest.cgi 2000/11/29 15:01:37 1.30
+++ docs/accountrequest.cgi 2000/12/02 01:33:05
@@ -109,7 +109,7 @@
}
if( ($changepassword == 0) && ($password1 ne "" )){
- $msg .= "<p>Error: you must check the 'Change Password' check box in order to change a passowrd $changepassword $password1";
+ $msg .= "<p>Error: you must check the 'Change Password' check box in order to change a password.";
}
if( $changepassword && ($password1 eq "") ) {
Aaron, go ahead and cvs commit this.
lloyd