mirror of
https://github.com/bitwarden/web
synced 2026-01-08 11:33:44 +00:00
Prevent disabling single org when max vault timeout policy is enabled (#1230)
This commit is contained in:
@@ -3853,8 +3853,14 @@
|
||||
"manageResetPassword": {
|
||||
"message": "Manage Password Reset"
|
||||
},
|
||||
"disableRequireSsoError": {
|
||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
||||
"disableRequiredError": {
|
||||
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||
"placeholders": {
|
||||
"policyName": {
|
||||
"content": "$1",
|
||||
"example": "Single Sign-On Authentication"
|
||||
}
|
||||
}
|
||||
},
|
||||
"personalOwnershipPolicyInEffect": {
|
||||
"message": "An organization policy is affecting your ownership options."
|
||||
|
||||
Reference in New Issue
Block a user