You are here

function auto_username_form_user_profile_form_alter in Automatic User Names 8

Same name and namespace in other branches
  1. 7 auto_username.module \auto_username_form_user_profile_form_alter()

Implements hook_form_FORM_ID_alter().

File

./auto_username.module, line 22
Allows a user's username to be assigned based on tokens.

Code

function auto_username_form_user_profile_form_alter(&$form, &$form_state, $form_id) {
  $form['account']['name']['#type'] = 'hidden';
}