From 644766e828e4e6b18b90ddbe1cb311c4c1d4901a Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Tue, 17 May 2022 17:50:37 +0200 Subject: [PATCH] Update config.php --- conf/config.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/config.php b/conf/config.php index 8704dc6..b2f24de 100644 --- a/conf/config.php +++ b/conf/config.php @@ -14,14 +14,13 @@ or // Auth with login/password // set true/false to enable/disable it // Is independent from IP white- and blacklisting -$use_auth = true; +$use_auth = false; // Login user name and password // Users: array('Username' => 'Password', 'Username2' => 'Password2', ...) // Generate secure password hash - https://tinyfilemanager.github.io/docs/pwd.html $auth_users = array( - '__ADMIN__' => password_hash('__PASSWORD__', PASSWORD_DEFAULT), // change yunoadmin and password_here -); + ); // Readonly users // e.g. array('users', 'guest', ...)