Revert portalForceAuthnInterval for #3451

merge-requests/255/merge
Maxime Besson 3 months ago
parent bb514c4696
commit 50b1b36c5b
  1. 2
      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

@ -305,7 +305,7 @@ sub defaultValues {
'portalDisplayRegister' => 1,
'portalErrorOnExpiredSession' => 1,
'portalFavicon' => 'common/favicon.ico',
'portalForceAuthnInterval' => 300,
'portalForceAuthnInterval' => 30,
'portalMainLogo' => 'common/logos/logo_llng_400px.png',
'portalPingInterval' => 60000,
'portalRequireOldPassword' => 1,

@ -4051,7 +4051,7 @@ qr/(?:(?:https?):\/\/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.]
'type' => 'bool'
},
'portalForceAuthnInterval' => {
'default' => 300,
'default' => 30,
'type' => 'int'
},
'portalMainLogo' => {

@ -1202,7 +1202,7 @@ sub attributes {
'Enable force to authenticate when displaying portal',
},
portalForceAuthnInterval => {
default => 300,
default => 30,
type => 'int',
documentation =>
'Maximum interval in seconds since last authentication to force reauthentication',

Loading…
Cancel
Save