Append portalForceAuthn option in Tree (#1507)

environments/ppa-mbqj77/deployments/359
Christophe Maudoux 7 years ago
parent a82939ee4b
commit 8d7afa75a3
  1. 1
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
  2. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  3. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  4. 1
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
  5. 2
      lemonldap-ng-manager/site/htdocs/static/reverseTree.json
  6. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

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

@ -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' => {

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

@ -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
Loading…
Cancel
Save