Try this:
PHP Code:
if ($bbuserinfo[userid]==$userid) {
doformheader("change_password","update");
maketableheader("Update htaccess user Password");
makeinputcode("User Name","ausername",$row[0]);
makeinputcode("Password","apassword");
doformfooter("Save");
}
This way, if you are an admin, and want to edit yourself, that section will show. But the variables will be uneditable if you are trying to edit another admin. Should work...