diff options
author | Philipp Eichhorn <philipp.eichhorn@bitdroid.de> | 2016-10-13 10:29:10 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-21 09:51:33 +0200 |
commit | 89363209907360a4263b887a17fe28e12c471875 (patch) | |
tree | 17ed12b9d509a105b9cede460f1c787d807bf7a6 /core/js/setup.js | |
parent | 6136af49735f9124afeceb674ecb67f26e9c2cd6 (diff) | |
download | nextcloud-server-89363209907360a4263b887a17fe28e12c471875.tar.gz nextcloud-server-89363209907360a4263b887a17fe28e12c471875.zip |
Fix zxcvbn path in setup page (#26359)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/js/setup.js')
-rw-r--r-- | core/js/setup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/setup.js b/core/js/setup.js index 9190310d5ae..3c09bb6da49 100644 --- a/core/js/setup.js +++ b/core/js/setup.js @@ -114,7 +114,7 @@ $(document).ready(function() { } $('#adminpass').strengthify({ - zxcvbn: OC.linkTo('core','vendor/zxcvbn/zxcvbn.js'), + zxcvbn: OC.linkTo('core','vendor/zxcvbn/dist/zxcvbn.js'), titles: [ t('core', 'Very weak password'), t('core', 'Weak password'), |