projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51832db
)
#39481 Change config for passwordmax
author
Jeremy Davis
<jeremyd@freeside.biz>
Tue, 19 Jan 2016 20:00:25 +0000
(15:00 -0500)
committer
Jeremy Davis
<jeremyd@freeside.biz>
Tue, 19 Jan 2016 20:00:25 +0000
(15:00 -0500)
FS/FS/Conf.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Conf.pm
b/FS/FS/Conf.pm
index
4b72be1
..
0f94f8f
100644
(file)
--- a/
FS/FS/Conf.pm
+++ b/
FS/FS/Conf.pm
@@
-1752,7
+1752,7
@@
and customer address. Include units.',
{
'key' => 'passwordmax',
'section' => 'password',
- 'description' => 'Maximum password length (default
8
) (don\'t set this over 12 if you need to import or export crypt() passwords)',
+ 'description' => 'Maximum password length (default
12
) (don\'t set this over 12 if you need to import or export crypt() passwords)',
'type' => 'text',
},