Fix display error (waiting for datas) - Set default option (#1487)

environments/ppa-mbqj77/deployments/214
Christophe Maudoux 7 years ago
parent 4ef9fa374a
commit 26114051cd
  1. 3
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  2. 1
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  3. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

@ -3057,7 +3057,8 @@ qr/(?:(?:https?):\/\/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.]
'type' => 'text'
},
'sfRequired' => {
'type' => 'bool'
'default' => 0,
'type' => 'bool'
},
'singleIP' => {
'default' => 0,

@ -2283,6 +2283,7 @@ sub attributes {
},
sfRequired => {
type => 'bool',
default => 0,
documentation => 'Second factor required',
},
available2F => {

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