- Make username a requried field for the superuser

This commit is contained in:
dave 2007-11-29 17:54:09 +00:00
parent a70413b92d
commit 39611473ba

View File

@ -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")