diff --git a/js/password.js b/js/password.js
index 7c90e94..0006e9f 100644
--- a/js/password.js
+++ b/js/password.js
@@ -38,7 +38,7 @@
 
           // Check password strength.
           $.post(
-            Drupal.settings.passwordStrength.secure_base_url + 'system/password-strength-check',
+            Drupal.settings.passwordStrength.secure_base_url + '/system/password-strength-check',
             request_data,
             function(data) {
 
