mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Show policy in effect banner for password generator (#472)
* Show Password Generator Policy in effect banner * Extra character cleanup * Updated back to base setUrls * Updated app-callout class to info
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>{{'passwordGenerator' | i18n}}</h1>
|
<h1>{{'passwordGenerator' | i18n}}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<app-callout type="info" *ngIf="hasPolicyInEffect()">
|
||||||
|
{{'passwordGeneratorPolicyInEffect' | i18n}}
|
||||||
|
</app-callout>
|
||||||
<div class="card card-password bg-light my-4">
|
<div class="card card-password bg-light my-4">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="password-wrapper" [innerHTML]="password | colorPassword" appSelectCopy></div>
|
<div class="password-wrapper" [innerHTML]="password | colorPassword" appSelectCopy></div>
|
||||||
|
|||||||
@@ -2977,5 +2977,8 @@
|
|||||||
},
|
},
|
||||||
"passwordGeneratorPolicyDesc": {
|
"passwordGeneratorPolicyDesc": {
|
||||||
"message": "Set minimum requirements for password generator configuration."
|
"message": "Set minimum requirements for password generator configuration."
|
||||||
|
},
|
||||||
|
"passwordGeneratorPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies are affecting your generator settings."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user