You are here

function email_registration_form_user_profile_form_alter in Email Registration 6

Implements hook_form_FORM_ID_alter().

File

./email_registration.module, line 190
For registration process without a username

Code

function email_registration_form_user_profile_form_alter($form, &$form_state) {
  $form['account']['name']['#title'] = t('Display name');
}