I have tryed this.
PHP Code:
doformheader("change_password","update");
if ($bbuserinfo[userid]==$userid) {
maketableheader("Update htaccess user Password");
makeinputcode("User Name","ausername",$row[0]);
makeinputcode("Password","apassword");
} else {
makehiddencode("User Name","ausername");
makehiddencode("Password","apassword");
}
doformfooter("Save");
but that is giving me only the save and the reset button.
also i noticed that the snippet posted here differs from what i recieved by email.
Which is the above code ...