diff --git a/apps/user_ldap/templates/renewpassword.php b/apps/user_ldap/templates/renewpassword.php
index 457d4dcfc4784be1807b5dcf4403b0a150b63de6..952cc915f4b278429763fb0d96f8c14f4d10a2a1 100644
--- a/apps/user_ldap/templates/renewpassword.php
+++ b/apps/user_ldap/templates/renewpassword.php
@@ -1,8 +1,5 @@
 <?php /** @var $l OC_L10N */ ?>
 <?php
-script('core', [
-	'jquery-showpassword',
-]);
 script('user_ldap', [
 	'renewPassword',
 ]);
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 7203f3c9e790aee99e982a429ff3b003ec39bff4..de9427a74d8dd42e35095d923c2cb1cc529183aa 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -1,6 +1,5 @@
 <?php
 script('core', [
-	'jquery-showpassword',
 	'installation'
 ]);
 ?>
diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php
index ee6c7ce0aced4c55d37658199be71bb6ca0f1bc5..b7983b7c5d919155fce01115009b9fd542e4cfb5 100644
--- a/settings/templates/settings/personal/security.php
+++ b/settings/templates/settings/personal/security.php
@@ -28,7 +28,6 @@ script('settings', [
 
 if($_['passwordChangeSupported']) {
 	script('settings', 'security_password');
-	script('jquery-showpassword');
 }
 
 ?>