1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +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 GitHub
parent b00987180d
commit d7949ab2f3
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."
},