1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 10:23:52 +00:00

[PM-27766] Add policy for blocking account creation from claimed domains (#17211)

* Added policy for blocking account creation for claimed domains.

* add feature flag

* fix desc

* learn more link

* fix localization key to learnMore

* onpush change detection
This commit is contained in:
Kyle Spearrin
2025-11-20 09:42:57 -05:00
committed by jaasen-livefront
parent 69a4740c2f
commit 4032301eb8
7 changed files with 62 additions and 0 deletions

View File

@@ -12122,6 +12122,15 @@
"startFreeFamiliesTrial": {
"message": "Start free Families trial"
},
"blockClaimedDomainAccountCreation": {
"message": "Block account creation for claimed domains"
},
"blockClaimedDomainAccountCreationDesc": {
"message": "Prevent users from creating accounts outside of your organization using email addresses from claimed domains."
},
"blockClaimedDomainAccountCreationPrerequisite": {
"message": "A domain must be claimed before activating this policy."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},