Browse Source

Fix showpassword loads

This is bundled by default. So trying to load it throws a warning in the
logs.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v16.0.0beta1
Roeland Jago Douma 5 years ago
parent
commit
219fb1a855
No account linked to committer's email address

+ 0
- 3
apps/user_ldap/templates/renewpassword.php View File

@@ -1,8 +1,5 @@
<?php /** @var $l OC_L10N */ ?>
<?php
script('core', [
'jquery-showpassword',
]);
script('user_ldap', [
'renewPassword',
]);

+ 0
- 1
core/templates/installation.php View File

@@ -1,6 +1,5 @@
<?php
script('core', [
'jquery-showpassword',
'installation'
]);
?>

+ 0
- 1
settings/templates/settings/personal/security.php View File

@@ -28,7 +28,6 @@ script('settings', [

if($_['passwordChangeSupported']) {
script('settings', 'security_password');
script('jquery-showpassword');
}

?>

Loading…
Cancel
Save