From 783b3960d6f8b3f8b86cc99c20ebc62c9114f361 Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Mon, 17 Apr 2017 23:10:58 +0200 Subject: [PATCH] Remove default admin user name from config --- config.default.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.default.php b/config.default.php index e3a80db..e76fe12 100755 --- a/config.default.php +++ b/config.default.php @@ -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;