From 66b90d3d395a6bace7d3d73743fbd3dc54bda8b6 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 25 Sep 2018 13:19:46 -0400 Subject: RT# 75817 - fixed selecting random password on custmain page --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 302bae72c..fd05231d6 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1814,7 +1814,7 @@ and customer address. Include units.', { 'key' => 'passwordmin', 'section' => 'password', - 'description' => 'Minimum password length (default 6)', + 'description' => 'Minimum password length (default 8)', 'type' => 'text', }, -- cgit v1.2.1