ref #297
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
/* Password for the admin interface.
* An empty password will disable password authentication.
* The password is a sha256 hash of the original version.
/* 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'] = '';
*/
$cfg['admin_password'] = '';