Browse Source

enable UI group support

pull/2667/head
MFijak 3 years ago
committed by Maximilian Fijak
parent
commit
891f4c829d
  1. 4
      src/db/models/organization.rs

4
src/db/models/organization.rs

@ -145,7 +145,7 @@ impl Organization {
"Use2fa": true, "Use2fa": true,
"UseDirectory": false, // Is supported, but this value isn't checked anywhere (yet) "UseDirectory": false, // Is supported, but this value isn't checked anywhere (yet)
"UseEvents": false, // not supported by us "UseEvents": false, // not supported by us
"UseGroups": false, // not supported by us "UseGroups": true,
"UseTotp": true, "UseTotp": true,
"UsePolicies": true, "UsePolicies": true,
"UseSso": false, // We do not support SSO "UseSso": false, // We do not support SSO
@ -276,7 +276,7 @@ impl UserOrganization {
"Use2fa": true, "Use2fa": true,
"UseDirectory": false, // Is supported, but this value isn't checked anywhere (yet) "UseDirectory": false, // Is supported, but this value isn't checked anywhere (yet)
"UseEvents": false, // not supported by us "UseEvents": false, // not supported by us
"UseGroups": false, // not supported by us "UseGroups": true,
"UseTotp": true, "UseTotp": true,
"UsePolicies": true, "UsePolicies": true,
"UseApi": false, // not supported by us "UseApi": false, // not supported by us

Loading…
Cancel
Save