1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 20:24:01 +00:00

key connector domain shown in remove password component

This commit is contained in:
Maciej Zieniuk
2025-03-27 18:11:46 +00:00
parent 77a880d8ba
commit d1f5f70d1b
6 changed files with 24 additions and 9 deletions

View File

@@ -2965,8 +2965,8 @@
"copyCustomFieldNameNotUnique": {
"message": "No unique identifier found."
},
"convertOrganizationEncryptionDesc": {
"message": "$ORGANIZATION$ is using SSO with a self-hosted key server. A master password is no longer required to log in for members of this organization.",
"removeMasterPasswordForOrganizationUserKeyConnector": {
"message": "$ORGANIZATION$ has updated its member decryption options. You no longer need a password when logging into Bitwarden. Please confirm the domain below with your organization administrator.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2974,6 +2974,9 @@
}
}
},
"keyConnectorDomain": {
"message": "Key Connector domain"
},
"leaveOrganization": {
"message": "Leave organization"
},

View File

@@ -15,7 +15,9 @@
</div>
<div class="box-content" *ngIf="!loading">
<div class="box-content-row" appBoxRow>
<p>{{ "convertOrganizationEncryptionDesc" | i18n: organization.name }}</p>
<p>{{ "removeMasterPasswordForOrganizationUserKeyConnector" | i18n: organization.name }}</p>
<p class="tw-mb-0">{{ "keyConnectorDomain" | i18n }}:</p>
<p class="tw-text-muted tw-mb-6">{{ organization.keyConnectorUrl }}</p>
</div>
<div class="box-content-row">
<button type="button" class="btn block primary" (click)="convert()" [disabled]="action">

View File

@@ -1,7 +1,9 @@
<div id="remove-password-page" *ngIf="!loading">
<div class="content">
<h1>{{ "removeMasterPassword" | i18n }}</h1>
<p>{{ "convertOrganizationEncryptionDesc" | i18n: organization.name }}</p>
<p>{{ "removeMasterPasswordForOrganizationUserKeyConnector" | i18n: organization.name }}</p>
<p class="tw-mb-0">{{ "keyConnectorDomain" | i18n }}:</p>
<p class="tw-text-muted tw-mb-6">{{ organization.keyConnectorUrl }}</p>
<div class="buttons">
<button type="submit" class="btn primary block" [disabled]="action" (click)="convert()">
<b [hidden]="continuing">{{ "removeMasterPassword" | i18n }}</b>

View File

@@ -2421,8 +2421,8 @@
"removedMasterPassword": {
"message": "Master password removed"
},
"convertOrganizationEncryptionDesc": {
"message": "$ORGANIZATION$ is using SSO with a self-hosted key server. A master password is no longer required to log in for members of this organization.",
"removeMasterPasswordForOrganizationUserKeyConnector": {
"message": "$ORGANIZATION$ has updated its member decryption options. You no longer need a password when logging into Bitwarden. Please confirm the domain below with your organization administrator.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2430,6 +2430,9 @@
}
}
},
"keyConnectorDomain": {
"message": "Key Connector domain"
},
"leaveOrganization": {
"message": "Leave organization"
},

View File

@@ -8,7 +8,9 @@
</div>
<div *ngIf="!loading">
<p>{{ "convertOrganizationEncryptionDesc" | i18n: organization.name }}</p>
<p>{{ "removeMasterPasswordForOrganizationUserKeyConnector" | i18n: organization.name }}</p>
<p class="tw-mb-0">{{ "keyConnectorDomain" | i18n }}:</p>
<p class="tw-text-muted tw-mb-6">{{ organization.keyConnectorUrl }}</p>
<button
bitButton

View File

@@ -6476,8 +6476,8 @@
"invalidVerificationCode": {
"message": "Invalid verification code"
},
"convertOrganizationEncryptionDesc": {
"message": "$ORGANIZATION$ is using SSO with a self-hosted key server. A master password is no longer required to log in for members of this organization.",
"removeMasterPasswordForOrganizationUserKeyConnector": {
"message": "$ORGANIZATION$ has updated its member decryption options. You no longer need a password when logging into Bitwarden. Please confirm the domain below with your organization administrator.",
"placeholders": {
"organization": {
"content": "$1",
@@ -6485,6 +6485,9 @@
}
}
},
"keyConnectorDomain": {
"message": "Key Connector domain"
},
"leaveOrganization": {
"message": "Leave organization"
},