diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php index 778d711d90..d2df1104d7 100644 --- a/settings/templates/settings/personal/security.php +++ b/settings/templates/settings/personal/security.php @@ -32,7 +32,7 @@ script('settings', [ if($_['passwordChangeSupported']) { script('settings', 'security_password'); script('jquery-showpassword'); - vendor_script('strengthify/jquery.strengthify'); + vendor_script('strengthify/jquery.strengthify.min'); vendor_style('strengthify/strengthify'); }