[Exemption] Updated policy messages (#692)

* Updated mesages // added callout for require sso

* removed unused string

* updated strings - futureproofing
This commit is contained in:
Vincent Salucci 2020-11-10 09:53:57 -06:00 committed by GitHub
parent 94aece134c
commit 407032114e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 5 deletions

View File

@ -21,9 +21,14 @@
icon="fa-warning">
{{'singleOrgPolicyWarning' | i18n}}
</app-callout>
<app-callout type="tip" title="{{'prerequisite' | i18n}}" *ngIf="type === policyType.RequireSso">
{{'requireSsoPolicyReq' | i18n}}
</app-callout>
<ng-container *ngIf="type === policyType.RequireSso">
<app-callout type="tip" title="{{'prerequisite' | i18n}}">
{{'requireSsoPolicyReq' | i18n}}
</app-callout>
<app-callout type="warning">
{{'requireSsoExemption' | i18n}}
</app-callout>
</ng-container>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="enabled" [(ngModel)]="enabled"

View File

@ -2991,7 +2991,7 @@
"message": "Require users to set up two-step login on their personal accounts."
},
"twoStepLoginPolicyWarning": {
"message": "Organization members who do not have two-step login enabled for their personal account will be removed from the organization and will receive an email notifying them about the change."
"message": "Organization members who are not Owners or Administrators and do not have two-step login enabled for their personal account will be removed from the organization and will receive an email notifying them about the change."
},
"twoStepLoginPolicyUserWarning": {
"message": "You are a member of an organization that requires two-step login to be enabled on your user account. If you disable all two-step login providers you will be automatically removed from these organizations."
@ -3225,7 +3225,7 @@
"message": "Your current organization has a policy that does not allow you to join more than one organization. Please contact your organization admins or sign up from a different Bitwarden account."
},
"singleOrgPolicyWarning": {
"message": "Organization members who are already a member of another organization will be removed from your organization."
"message": "Organization members who are not Owners or Administrators and are already a member of another organization will be removed from your organization."
},
"requireSso": {
"message": "Single Sign-On Authentication"
@ -3242,6 +3242,9 @@
"requireSsoPolicyReqError": {
"message": "Single Organization policy not enabled."
},
"requireSsoExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"sendTypeFile": {
"message": "File"
},