Update config.inc.php

This commit is contained in:
Malte Kiefer 2015-12-09 13:50:42 +01:00
parent 8aeeed2075
commit 4a8d5d7729

View file

@ -62,7 +62,7 @@ $admins = array("admin@domain.tld");
* SHA-512, SHA-256, BLOWFISH, EXT_DES
* For secruity reasons, choose one of the first 3 schemas
*/
define("PASS_HASH_SCHEMA", "SHA-512");
define("PASS_HASH_SCHEMA", "SHA-512");
//minimum password length
define("MIN_PASS_LENGTH", 8);