make json

This commit is contained in:
Christophe Maudoux 2018-11-15 22:39:05 +01:00
parent 32affcc0f3
commit fdfeb9331b
4 changed files with 4 additions and 4 deletions

View File

@ -169,7 +169,7 @@ sub defaultValues {
'pamAuthnLevel' => 2, 'pamAuthnLevel' => 2,
'pamService' => 'login', 'pamService' => 'login',
'passwordDB' => 'Demo', 'passwordDB' => 'Demo',
'passwordResetAllowedRetries' => 4, 'passwordResetAllowedRetries' => 3,
'portal' => 'http://auth.example.com/', 'portal' => 'http://auth.example.com/',
'portalAntiFrame' => 1, 'portalAntiFrame' => 1,
'portalCheckLogins' => 1, 'portalCheckLogins' => 1,

View File

@ -2114,7 +2114,7 @@ qr/^(?:\*\.)?(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][
'type' => 'select' 'type' => 'select'
}, },
'passwordResetAllowedRetries' => { 'passwordResetAllowedRetries' => {
'default' => 4, 'default' => 3,
'type' => 'int' 'type' => 'int'
}, },
'persistentStorage' => { 'persistentStorage' => {

View File

@ -787,7 +787,7 @@ sub attributes {
documentation => 'Display reset password button in portal', documentation => 'Display reset password button in portal',
}, },
passwordResetAllowedRetries => { passwordResetAllowedRetries => {
default => 4, default => 3,
type => 'int', type => 'int',
documentation => 'Maximum number of retries to reset password', documentation => 'Maximum number of retries to reset password',
}, },

File diff suppressed because one or more lines are too long