Append portalForceAuthn option in Tree (#1507)

This commit is contained in:
Christophe Maudoux 2018-10-03 22:32:37 +02:00
parent a82939ee4b
commit 8d7afa75a3
6 changed files with 5 additions and 5 deletions

View File

@ -178,7 +178,6 @@ sub defaultValues {
'portalDisplayOidcConsents' => '$_oidcConnectedRP',
'portalDisplayRegister' => 1,
'portalErrorOnExpiredSession' => 1,
'portalForceAuthn' => 1,
'portalForceAuthnInterval' => 5,
'portalPingInterval' => 60000,
'portalRequireOldPassword' => 1,

View File

@ -2166,7 +2166,7 @@ qr/(?:(?:https?):\/\/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.]
'type' => 'bool'
},
'portalForceAuthn' => {
'default' => 1,
'default' => 0,
'type' => 'bool'
},
'portalForceAuthnInterval' => {

View File

@ -557,7 +557,7 @@ sub attributes {
documentation => 'Check XSS',
},
portalForceAuthn => {
default => 1,
default => 0,
type => 'bool',
documentation =>
'Enable force to authenticate when displaying portal',

View File

@ -722,6 +722,7 @@ sub tree {
help => 'security.html#configure_security_settings',
nodes => [
'userControl',
'portalForceAuthn',
'portalForceAuthnInterval',
'key',
'trustedDomains',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long