[TASK] Add example of admin password generation

ref #297

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
This commit is contained in:
Jerome Jutteau 2022-05-17 18:32:13 +02:00
parent 803190432f
commit 8d598fa5dd

View File

@ -95,6 +95,7 @@ $cfg['upload_ip_nopassword'] = array();
/* Password for the admin interface.
* An empty password will disable password authentication.
* The password is a sha256 hash of the original version.
* Example: echo -n "myVerySecretAdminPassword" | sha256sum
*/
$cfg['admin_password'] = '';