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:
@@ -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."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user