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 */
|
/* If the editer is super, let them see/edit/save the user/pass */
|
||||||
$fields[] = 'username';
|
$fields[] = 'username';
|
||||||
$fields[] = 'password';
|
$fields[] = 'password';
|
||||||
|
$required[] = 'username';
|
||||||
}
|
}
|
||||||
|
|
||||||
if($_POST['action']=="save")
|
if($_POST['action']=="save")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user