From 0ef0b52f3a8c45d8222729c1423f6139edf0695c Mon Sep 17 00:00:00 2001 From: Mark Campbell-Smith Date: Tue, 1 Apr 2014 17:28:27 +1100 Subject: add admin user --- config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php') diff --git a/config.php b/config.php index ae48a10..b623cca 100755 --- a/config.php +++ b/config.php @@ -50,6 +50,9 @@ $salt = ""; // fill in random string here, it will increase security of password // (0 = no, 1 = yes) $require_authentication = 1; +// admin user who has access to all users locations +$admin_user = ""; + // allow automatic registration of new users // (0 = no, 1 = yes) $allow_registration = 0; -- cgit v1.2.3