Remove portalForceAuthn plugin (#1204)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 8 years ago
parent e8e02ce055
commit bb08fc3675
  1. 4
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  2. 5
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  3. 1
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
  4. 2
      lemonldap-ng-manager/site/htdocs/static/reverseTree.json
  5. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

@ -1997,10 +1997,6 @@ qr/^(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-zA-Z0-
'default' => 1,
'type' => 'bool'
},
'portalForceAuthn' => {
'default' => 0,
'type' => 'bool'
},
'portalForceAuthnInterval' => {
'default' => 5,
'type' => 'int'

@ -500,11 +500,6 @@ sub attributes {
type => 'bool',
documentation => 'Display login history checkbox in portal',
},
portalForceAuthn => {
default => 0,
type => 'bool',
documentation => 'Force to authenticate when displaying portal',
},
portalForceAuthnInterval => {
type => 'int',
default => 5,

@ -634,7 +634,6 @@ sub tree {
form => 'simpleInputContainer',
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