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', 'portalDisplayOidcConsents' => '$_oidcConnectedRP',
'portalDisplayRegister' => 1, 'portalDisplayRegister' => 1,
'portalErrorOnExpiredSession' => 1, 'portalErrorOnExpiredSession' => 1,
'portalForceAuthn' => 1,
'portalForceAuthnInterval' => 5, 'portalForceAuthnInterval' => 5,
'portalPingInterval' => 60000, 'portalPingInterval' => 60000,
'portalRequireOldPassword' => 1, 'portalRequireOldPassword' => 1,

View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long