mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +00:00
finishing summary
This commit is contained in:
@@ -13,9 +13,11 @@ public interface IAutomaticUserConfirmationPolicyEnforcementQuery
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Checks if the given user is compliant with the Automatic User Confirmation policy. To be compliant, the user must:
|
||||
///
|
||||
/// Checks if the given user is compliant with the Automatic User Confirmation policy.
|
||||
///
|
||||
/// To be compliant a user must
|
||||
/// - not be a provider
|
||||
/// - not be a member of another organization (similar to Single Organization Policy)
|
||||
/// </summary>
|
||||
/// <param name="request"></param>
|
||||
/// <remarks>
|
||||
|
||||
Reference in New Issue
Block a user