From 7b938845cf265114c6cb2b02228ff9d10b676016 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 10 Mar 2014 06:18:26 -0400 Subject: [PATCH] Added system option to configure minimum password strength and length --- install/tpl/system.ini.master | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/install/tpl/system.ini.master b/install/tpl/system.ini.master index 1f305dd..2b1a6d7 100644 --- a/install/tpl/system.ini.master +++ b/install/tpl/system.ini.master @@ -51,3 +51,5 @@ customer_no_counter=0 session_timeout=0 session_allow_endless=0 +min_password_length=5 +min_password_strength=0 -- Gitblit v1.9.1