mirror of
https://github.com/bitwarden/server
synced 2025-12-14 15:23:42 +00:00
[Exemption] Updated policy messages (#984)
* Updated messages // added exemption message // added callout * updated strings - futureproofing
This commit is contained in:
@@ -78,7 +78,8 @@ namespace Bit.Core.Services
|
||||
policy.OrganizationId);
|
||||
var removableOrgUsers = orgUsers.Where(ou =>
|
||||
ou.Status != Enums.OrganizationUserStatusType.Invited &&
|
||||
ou.Type != Enums.OrganizationUserType.Owner && ou.UserId != savingUserId);
|
||||
ou.Type != Enums.OrganizationUserType.Owner && ou.Type != Enums.OrganizationUserType.Admin &&
|
||||
ou.UserId != savingUserId);
|
||||
switch (currentPolicy.Type)
|
||||
{
|
||||
case Enums.PolicyType.TwoFactorAuthentication:
|
||||
|
||||
Reference in New Issue
Block a user