From 48571b31c1c7b8222ff12b6c1713587d96f78903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Mon, 17 Apr 2017 20:37:26 +0200 Subject: [PATCH] Set shadow logins ON by default --- server/conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/conf.php b/server/conf.php index ba7e75d..a7381ea 100644 --- a/server/conf.php +++ b/server/conf.php @@ -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.