@@ -2443,6 +2443,19 @@ function user_admin_settings() {
$form['email']['user_mail_pass_subject']=array('#type'=>'textfield','#title'=>t('Subject of password recovery e-mail'),'#default_value'=>_user_mail_text('pass_subject'),'#maxlength'=>180,'#description'=>t('Customize the subject of your forgotten password e-mail.').' '.t('Available variables are:').' !username, !site, !login_url, !uri, !uri_brief, !mailto, !date, !login_uri, !edit_uri.');
$form['email']['user_mail_pass_body']=array('#type'=>'textarea','#title'=>t('Body of password recovery e-mail'),'#default_value'=>_user_mail_text('pass_body'),'#rows'=>15,'#description'=>t('Customize the body of the forgotten password e-mail.').' '.t('Available variables are:').' !username, !site, !login_url, !uri, !uri_brief, !mailto, !login_uri, !edit_uri.');