diff --git a/user_personal.php b/user_personal.php index 39488edb..c3ded902 100644 --- a/user_personal.php +++ b/user_personal.php @@ -64,6 +64,7 @@ /* If the editer is super, let them see/edit/save the user/pass */ $fields[] = 'username'; $fields[] = 'password'; + $required[] = 'username'; } if($_POST['action']=="save")