From afcb41886ecaf3b05a21f4379f6386fba5ff7954 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 26 Mar 2017 15:10:04 -0600 Subject: [PATCH] Update strengthify and fix password strength Signed-off-by: Morris Jobke --- bower.json | 2 +- core/vendor/.gitignore | 4 ++++ core/vendor/strengthify/.bower.json | 10 +++++----- core/vendor/strengthify/jquery.strengthify.js | 7 ++++--- core/vendor/strengthify/strengthify.css | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index 6a64e184b0..72f525f985 100644 --- a/bower.json +++ b/bower.json @@ -25,7 +25,7 @@ "select2": "~3.4.8", "zxcvbn": "*", "snapjs": "~2.0.0-rc1", - "strengthify": "^0.5.1", + "strengthify": "^0.5.2", "underscore": "~1.8.0", "bootstrap": "~3.3.6", "backbone": "~1.2.3", diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 457fb29eb9..f6eac907f3 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -172,3 +172,7 @@ DOMPurify/** !DOMPurify/dist/purify.min.js !DOMPurify/.bower.json !DOMPurify/LICENSE + +# strengthify +strengthify/examples.html +strengthify/examples.png diff --git a/core/vendor/strengthify/.bower.json b/core/vendor/strengthify/.bower.json index ad06b8656a..9a5973c311 100644 --- a/core/vendor/strengthify/.bower.json +++ b/core/vendor/strengthify/.bower.json @@ -1,6 +1,6 @@ { "name": "strengthify", - "version": "0.5.1", + "version": "0.5.2", "homepage": "https://github.com/MorrisJobke/strengthify", "authors": [ "Eve Ragins */