diff --git a/email_registration.module b/email_registration.module
index e91387c..c78fc72 100644
--- a/email_registration.module
+++ b/email_registration.module
@@ -121,7 +121,6 @@ function email_registration_form_user_register_form_alter(&$form, &$form_state)
  */
 function email_registration_form_user_pass_alter(&$form, &$form_state) {
   $form['name']['#title'] = t('E-mail');
-  $form['name']['#description'] = t('A password reset message will be sent to your e-mail address.');
 }
 
 /**
