Adds config file notice
This commit is contained in:
parent
ac7b4172a9
commit
9dad71e647
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
<?php
|
||||
|
||||
/* DO NOT EDIT THIS FILE!
|
||||
Instead, copy this config file to config.inc.php and make your changes
|
||||
in the copied version. This is just a template!
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* MySQL server and database settings
|
||||
*/
|
||||
|
@ -71,7 +78,7 @@ $admins = array("admin@domain.tld");
|
|||
* SHA-512, SHA-256, BLOWFISH
|
||||
*/
|
||||
define("PASS_HASH_SCHEMA", "SHA-512");
|
||||
|
||||
|
||||
//minimum password length
|
||||
define("MIN_PASS_LENGTH", 8);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue