mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix zxcvbn path in setup page (#26359)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
6136af4973
commit
8936320990
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue