This commit is contained in:
Christophe Maudoux 2022-08-31 14:10:41 +02:00
parent 40b70b17f8
commit bccef05a4b
3 changed files with 23 additions and 25 deletions

View File

@ -371,28 +371,27 @@ sub defaultValues {
'stayConnected' => 0, 'stayConnected' => 0,
'stayConnectedCookieName' => 'llngconnection', 'stayConnectedCookieName' => 'llngconnection',
'stayConnectedTimeout' => 2592000, 'stayConnectedTimeout' => 2592000,
'strictTransportSecurityMax_Age' => '15768000', 'successLoginNumber' => 5,
'successLoginNumber' => 5, 'timeout' => 72000,
'timeout' => 72000, 'timeoutActivity' => 0,
'timeoutActivity' => 0, 'timeoutActivityInterval' => 60,
'timeoutActivityInterval' => 60, 'totp2fActivation' => 0,
'totp2fActivation' => 0, 'totp2fDigits' => 6,
'totp2fDigits' => 6, 'totp2fInterval' => 30,
'totp2fInterval' => 30, 'totp2fRange' => 1,
'totp2fRange' => 1, 'totp2fSelfRegistration' => 0,
'totp2fSelfRegistration' => 0, 'totp2fUserCanRemoveKey' => 1,
'totp2fUserCanRemoveKey' => 1, 'twitterAuthnLevel' => 1,
'twitterAuthnLevel' => 1, 'twitterUserField' => 'screen_name',
'twitterUserField' => 'screen_name', 'u2fActivation' => 0,
'u2fActivation' => 0, 'u2fSelfRegistration' => 0,
'u2fSelfRegistration' => 0, 'u2fUserCanRemoveKey' => 1,
'u2fUserCanRemoveKey' => 1, 'upgradeSession' => 1,
'upgradeSession' => 1, 'userControl' => '^[\\w\\.\\-@]+$',
'userControl' => '^[\\w\\.\\-@]+$', 'userDB' => 'Same',
'userDB' => 'Same', 'useRedirectOnError' => 1,
'useRedirectOnError' => 1, 'useSafeJail' => 1,
'useSafeJail' => 1, 'utotp2fActivation' => 0,
'utotp2fActivation' => 0,
'viewerHiddenKeys' => 'samlIDPMetaDataNodes, samlSPMetaDataNodes', 'viewerHiddenKeys' => 'samlIDPMetaDataNodes, samlSPMetaDataNodes',
'webauthn2fActivation' => 0, 'webauthn2fActivation' => 0,
'webauthn2fSelfRegistration' => 0, 'webauthn2fSelfRegistration' => 0,

View File

@ -4260,8 +4260,7 @@ qr/^(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-
'type' => 'bool' 'type' => 'bool'
}, },
'strictTransportSecurityMax_Age' => { 'strictTransportSecurityMax_Age' => {
'default' => '15768000', 'type' => 'text'
'type' => 'text'
}, },
'successLoginNumber' => { 'successLoginNumber' => {
'default' => 5, 'default' => 5,

File diff suppressed because one or more lines are too long