mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
Adding AutoConfirm policy type to support future work. (#6416)
This commit is contained in:
@@ -20,6 +20,7 @@ public enum PolicyType : byte
|
|||||||
RestrictedItemTypesPolicy = 15,
|
RestrictedItemTypesPolicy = 15,
|
||||||
UriMatchDefaults = 16,
|
UriMatchDefaults = 16,
|
||||||
AutotypeDefaultSetting = 17,
|
AutotypeDefaultSetting = 17,
|
||||||
|
AutomaticUserConfirmation = 18,
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class PolicyTypeExtensions
|
public static class PolicyTypeExtensions
|
||||||
@@ -50,6 +51,7 @@ public static class PolicyTypeExtensions
|
|||||||
PolicyType.RestrictedItemTypesPolicy => "Restricted item types",
|
PolicyType.RestrictedItemTypesPolicy => "Restricted item types",
|
||||||
PolicyType.UriMatchDefaults => "URI match defaults",
|
PolicyType.UriMatchDefaults => "URI match defaults",
|
||||||
PolicyType.AutotypeDefaultSetting => "Autotype default setting",
|
PolicyType.AutotypeDefaultSetting => "Autotype default setting",
|
||||||
|
PolicyType.AutomaticUserConfirmation => "Automatically confirm invited users",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user