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:
parent
8d33ee1f29
commit
0b89b4b47f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue