You are here

function cas_form_user_register_form_alter in CAS 8

Same name and namespace in other branches
  1. 2.x cas.module \cas_form_user_register_form_alter()

Implements hook_form_FORM_ID_alter().

File

./cas.module, line 93
Provides CAS authentication for Drupal.

Code

function cas_form_user_register_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  _cas_add_cas_username_to_user_form($form);
}