You are here

function cas_form_user_register_form_alter in CAS 2.x

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

Implements hook_form_FORM_ID_alter().

File

./cas.module, line 95
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);
}