Modify parameter type (#1632)

environments/ppa-mbqj77/deployments/710^2
Christophe Maudoux 6 years ago
parent 0690a0c7ab
commit fdaa0fb424
  1. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  2. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  3. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

@ -1069,7 +1069,7 @@ qr/^(?:\*\.)?(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][
},
'ext2fCodeActivation' => {
'default' => '\\d{6}',
'type' => 'boolOrExpr'
'type' => 'pcre'
},
'ext2fLogo' => {
'type' => 'text'

@ -1339,7 +1339,7 @@ sub attributes {
documentation => 'External second factor activation',
},
ext2fCodeActivation => {
type => 'boolOrExpr',
type => 'pcre',
default => '\d{6}',
documentation => 'OTP generated by Portal',
},

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