Set shadow logins ON by default

This commit is contained in:
Grégory Soutadé 2017-04-17 20:37:26 +02:00
parent bc2a510b8d
commit 48571b31c1
1 changed files with 1 additions and 1 deletions

View File

@ -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.