Fix zxcvbn path in setup page (#26359)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Philipp Eichhorn 2016-10-13 10:29:10 +02:00 committed by Roeland Jago Douma
parent 6136af4973
commit 8936320990
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 1 additions and 1 deletions

View File

@ -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'),