Reorder 2F options

2620-ppolicy-binding
Christophe Maudoux 4 years ago
parent 66f428b474
commit c54204bd50
  1. 6
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
  2. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

@ -879,13 +879,13 @@ sub tree {
nodes => [
'totp2fActivation',
'totp2fSelfRegistration',
'totp2fUserCanRemoveKey',
'totp2fUserCanChangeKey',
'totp2fIssuer',
'totp2fInterval',
'totp2fRange',
'totp2fDigits',
'totp2fDisplayExistingSecret',
'totp2fUserCanChangeKey',
'totp2fUserCanRemoveKey',
'totp2fTTL',
'totp2fAuthnLevel',
'totp2fLabel',
@ -910,12 +910,12 @@ sub tree {
nodes => [
'yubikey2fActivation',
'yubikey2fSelfRegistration',
'yubikey2fUserCanRemoveKey',
'yubikey2fClientID',
'yubikey2fSecretKey',
'yubikey2fNonce',
'yubikey2fUrl',
'yubikey2fPublicIDSize',
'yubikey2fUserCanRemoveKey',
'yubikey2fFromSessionAttribute',
'yubikey2fTTL',
'yubikey2fAuthnLevel',

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