From 0b89b4b47f07029b9ad2067bec81b28df04e5a32 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 May 2022 21:31:58 +0200 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 6ec5597..dd61800 100644 --- a/conf/config.php +++ b/conf/config.php @@ -20,7 +20,7 @@ $use_auth = true; // Users: array('Username' => 'Password', 'Username2' => 'Password2', ...) // Generate secure password hash - https://tinyfilemanager.github.io/docs/pwd.html $auth_users = array( - '__ADMIN__' => password_hash('__PASSWORD__'), + '__ADMIN__' => password_hash('__PASSWORD__', PASSWORD_DEFAULT), ); // Readonly users