forked from science-ation/science-ation
- Make username a requried field for the superuser
This commit is contained in:
parent
a70413b92d
commit
39611473ba
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user