diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-26 15:10:04 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-03-27 10:06:30 -0600 |
commit | afcb41886ecaf3b05a21f4379f6386fba5ff7954 (patch) | |
tree | 1f2b74aed6e87def4ecfec8b46a9fbcb503211b3 /core/vendor/.gitignore | |
parent | 0037d18aeeaa9ab4bc8ef6a110ca9f410eae9222 (diff) | |
download | nextcloud-server-afcb41886ecaf3b05a21f4379f6386fba5ff7954.tar.gz nextcloud-server-afcb41886ecaf3b05a21f4379f6386fba5ff7954.zip |
Update strengthify and fix password strength
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |