Add portalForceAuthnInterval in Tree (#820)

environments/ppa-mbqj77/deployments/1
Clément Oudot 10 years ago
parent 7eb1d8f17b
commit 7fda0fdec1
  1. 16
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
  2. 1
      lemonldap-ng-manager/site/static/languages/en.json
  3. 1
      lemonldap-ng-manager/site/static/languages/fr.json
  4. 2
      lemonldap-ng-manager/site/static/struct.json

@ -19,7 +19,6 @@ our $VERSION = '1.9.0';
# * activeTimer
# * confirmFormMethod
# * multiValuesSeparator
# * portalForceAuthnInterval
# * redirectFormMethod
sub tree {
return [
@ -451,7 +450,10 @@ sub tree {
title => 'logParams',
help => 'logs.html',
form => 'simpleInputContainer',
nodes => [ 'syslog', 'trustedProxies', 'whatToTrace', 'hiddenAttributes' ]
nodes => [
'syslog', 'trustedProxies',
'whatToTrace', 'hiddenAttributes'
]
},
{
title => 'cookieParams',
@ -587,9 +589,13 @@ sub tree {
help => 'security.html#configure_security_settings',
form => 'simpleInputContainer',
nodes => [
'userControl', 'portalForceAuthn',
'key', 'trustedDomains',
'useSafeJail', 'checkXSS'
'userControl',
'portalForceAuthn',
'portalForceAuthnInterval',
'key',
'trustedDomains',
'useSafeJail',
'checkXSS'
]
},
{

@ -457,6 +457,7 @@
"portalDisplayRegister": "Register new account",
"portalDisplayResetPassword": "Reset password",
"portalForceAuthn": "Force authentication",
"portalForceAuthnInterval": "Force authentication interval",
"portalMenu": "Menu",
"portalModules": "Modules activation",
"portalOpenLinkInNewWindow": "New window",

@ -457,6 +457,7 @@
"portalDisplayRegister": "Création d'un nouveau compte",
"portalDisplayResetPassword": "Réinitialisation de mot de passe",
"portalForceAuthn": "Authentication forcée",
"portalForceAuthnInterval": "Interval d'authentication forcée",
"portalMenu": "Menu",
"portalModules": "Modules",
"portalOpenLinkInNewWindow": "Nouvelle fenêtre",

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save