From 39611473ba8ecdbd6c0a511c674ec55185e05053 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 29 Nov 2007 17:54:09 +0000 Subject: [PATCH] - Make username a requried field for the superuser --- user_personal.php | 1 + 1 file changed, 1 insertion(+) 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")