Set shadow logins ON by default
This commit is contained in:
parent
bc2a510b8d
commit
48571b31c1
|
@ -56,7 +56,7 @@ $PBKDF2_LEVEL=1000;
|
|||
(one derivation + two decryption for each password !). When
|
||||
standard crypto API will be stable it will be enabled by default.
|
||||
*/
|
||||
$USE_SHADOW_LOGINS=0;
|
||||
$USE_SHADOW_LOGINS=1;
|
||||
|
||||
/*
|
||||
Protection against DDoS.
|
||||
|
|
Loading…
Reference in New Issue
Block a user