mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-17 12:58:20 +01:00
[TASK] Add example of admin password generation
ref #297 Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
This commit is contained in:
parent
803190432f
commit
8d598fa5dd
@ -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'] = '';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user