diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-09-25 13:19:46 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-25 13:59:14 -0400 |
| commit | 6fad5ab48dccd69412e1003cb659ec27f277c445 (patch) | |
| tree | 695c135a9af54f8cf637cbec4d44e7b57df2d459 /FS | |
| parent | 9b47eb2090ca7eb9ff7eaef07563600296866759 (diff) | |
RT# 75817 - fixed selecting random password on custmain page
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a48a79be2..83d511b81 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1838,7 +1838,7 @@ and customer address. Include units.', { 'key' => 'passwordmin', 'section' => 'password', - 'description' => 'Minimum password length (default 6)', + 'description' => 'Minimum password length (default 8)', 'type' => 'text', }, |
