mirror of
https://github.com/bitwarden/server
synced 2025-12-13 23:03:36 +00:00
PM-15882: Added RemoveUnlockWithPin policy (#5388)
This commit is contained in:
@@ -15,7 +15,8 @@ public enum PolicyType : byte
|
|||||||
DisablePersonalVaultExport = 10,
|
DisablePersonalVaultExport = 10,
|
||||||
ActivateAutofill = 11,
|
ActivateAutofill = 11,
|
||||||
AutomaticAppLogIn = 12,
|
AutomaticAppLogIn = 12,
|
||||||
FreeFamiliesSponsorshipPolicy = 13
|
FreeFamiliesSponsorshipPolicy = 13,
|
||||||
|
RemoveUnlockWithPin = 14,
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class PolicyTypeExtensions
|
public static class PolicyTypeExtensions
|
||||||
@@ -41,7 +42,8 @@ public static class PolicyTypeExtensions
|
|||||||
PolicyType.DisablePersonalVaultExport => "Remove individual vault export",
|
PolicyType.DisablePersonalVaultExport => "Remove individual vault export",
|
||||||
PolicyType.ActivateAutofill => "Active auto-fill",
|
PolicyType.ActivateAutofill => "Active auto-fill",
|
||||||
PolicyType.AutomaticAppLogIn => "Automatically log in users for allowed applications",
|
PolicyType.AutomaticAppLogIn => "Automatically log in users for allowed applications",
|
||||||
PolicyType.FreeFamiliesSponsorshipPolicy => "Remove Free Bitwarden Families sponsorship"
|
PolicyType.FreeFamiliesSponsorshipPolicy => "Remove Free Bitwarden Families sponsorship",
|
||||||
|
PolicyType.RemoveUnlockWithPin => "Remove unlock with PIN"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user