You are here

function ldap_authentication_form_user_register_alter in Lightweight Directory Access Protocol (LDAP) 7

Implements hook_form_FORM_ID_alter().

File

ldap_authentication/ldap_authentication.module, line 307
This module injects itself into Drupal's Authentication stack.

Code

function ldap_authentication_form_user_register_alter(&$form, $form_state) {
}