From afcb41886ecaf3b05a21f4379f6386fba5ff7954 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 26 Mar 2017 15:10:04 -0600 Subject: Update strengthify and fix password strength Signed-off-by: Morris Jobke --- core/vendor/.gitignore | 4 ++++ core/vendor/strengthify/.bower.json | 10 +++++----- core/vendor/strengthify/jquery.strengthify.js | 7 ++++--- core/vendor/strengthify/strengthify.css | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) (limited to 'core') diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 457fb29eb99..f6eac907f34 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 ad06b8656a6..9a5973c3116 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 */ -- cgit v1.2.3