From d255f6add4a193dc98b44b2a1397119e642f175b Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Wed, 11 Mar 2020 10:35:12 -0500 Subject: [PATCH] Enforce passphrase policy (#490) * Update jslib and initial commit for passphrase policy * Removed unused strings * Pulling in latest jslib (44b86f5 -> 36241e9) * Made revision requests Co-authored-by: Vincent Salucci --- jslib | 2 +- .../manage/policy-edit.component.html | 28 +++++++++++++++++++ .../manage/policy-edit.component.ts | 18 ++++++++++++ .../tools/password-generator.component.html | 6 ++-- src/locales/en/messages.json | 9 ++++++ 5 files changed, 59 insertions(+), 4 deletions(-) diff --git a/jslib b/jslib index 44b86f5dd02..36241e9eac0 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 44b86f5dd028271059b70a00d7878fbb1a06023f +Subproject commit 36241e9eac029cfc3275e2a1d642ad5b0dfe8110 diff --git a/src/app/organizations/manage/policy-edit.component.html b/src/app/organizations/manage/policy-edit.component.html index ee3be52f998..e37ea95c8ae 100644 --- a/src/app/organizations/manage/policy-edit.component.html +++ b/src/app/organizations/manage/policy-edit.component.html @@ -61,6 +61,16 @@ +
+
+ + +
+
+

{{'password' | i18n}}

@@ -100,6 +110,24 @@ [(ngModel)]="passGenUseSpecial" name="PassGenUseSpecial">
+

{{'passphrase' | i18n}}

+
+
+ + +
+
+
+ + +
+
+ + +