Remove default admin user name from config
This commit is contained in:
parent
003d77427c
commit
783b3960d6
@ -59,9 +59,12 @@ $require_authentication = 1;
|
||||
// (0 = no, 1 = yes)
|
||||
$public_tracks = 0;
|
||||
|
||||
// admin user who has access to all users locations
|
||||
// admin user, who
|
||||
// - can add new users
|
||||
// - can edit all tracks, users
|
||||
// - has access to all users locations,
|
||||
// none if empty
|
||||
$admin_user = "admin";
|
||||
$admin_user = "";
|
||||
|
||||
// miniumum required length of user password
|
||||
$pass_lenmin = 12;
|
||||
|
Loading…
x
Reference in New Issue
Block a user