diff --git a/modules/user/user.module b/modules/user/user.module
index db0591fd7b1c832f3862dca4402d79483ff1a892..1355159a90c3ca6fe4223ffcd58ab373d7a89930 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1065,6 +1065,7 @@ function user_account_form(&$form, &$form_state) {
         '#access' => !empty($protected_values),
         '#description' => $current_pass_description,
         '#weight' => -5,
+        '#attributes' => array('autocomplete' => 'off'),
       );
       $form['#validate'][] = 'user_validate_current_pass';
     }