From 458954339d588bdc8e858aa1fd506ce2d729fba6 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Tue, 24 Jan 2023 16:05:35 -0500 Subject: [PATCH] the default is PASSWORD_ITERATIONS=600000 --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 1b691298..5bf714bc 100644 --- a/.env.template +++ b/.env.template @@ -300,7 +300,7 @@ ## Number of server-side passwords hashing iterations for the password hash. ## The default for new users. If changed, it will be updated during login for existing users. -# PASSWORD_ITERATIONS=350000 +# PASSWORD_ITERATIONS=600000 ## Controls whether users can set password hints. This setting applies globally to all users. # PASSWORD_HINTS_ALLOWED=true