1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git synced 2024-09-03 20:36:01 +02:00

Update config.php

This commit is contained in:
ericgaspar 2022-05-08 21:31:58 +02:00
parent 8d33ee1f29
commit 0b89b4b47f

View file

@ -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