remove DES
This commit is contained in:
parent
fabffa1320
commit
495fd13d46
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ $admins = array("admin@domain.tld");
|
|||
* Password
|
||||
*/
|
||||
/*
|
||||
* Select on of the following schemas
|
||||
* SHA-512, SHA-256, BLOWFISH, EXT_DES
|
||||
* Select on of the following schemas (only these are supported)
|
||||
* SHA-512, SHA-256, BLOWFISH
|
||||
* For secruity reasons, choose one of the first 3 schemas
|
||||
*/
|
||||
define("PASS_HASH_SCHEMA", "SHA-512");
|
||||
|
|
Loading…
Add table
Reference in a new issue