diff --git password_change.module password_change.module
index 4d8b618..adeb5d8 100644
--- password_change.module
+++ password_change.module
@@ -70,6 +70,7 @@ function password_change_form_user_profile_form_alter(&$form, $form_state) {
           '#weight' => $form['submit']['#weight'] - 0.5,
           '#required' => TRUE,
           '#element_validate' => array('password_change_validate_password'),
+          '#attributes' => array('autocomplete' => 'off'),
         );
       }
 
