Browse Source
Web vaults up to 2026.4.x do not show the automatic user confirmation policy
based on the organization flag alone, they additionally require the server side
feature flag `pm-19934-auto-confirm-organization-users`:
display$(org, config) =>
config.getFeatureFlag$(FeatureFlag.AutoConfirm)
.pipe(map(f => f && org.useAutomaticUserConfirmation))
Without it the policy is simply missing from Settings -> Policies. Newer clients
dropped the flag again and look at `useAutomaticUserConfirmation` alone, so
sending it stays harmless there. It follows `ORG_AUTO_CONFIRM_ENABLED`, which
keeps it off unless the server really supports the feature.
pull/7499/head
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue