You are here

function ldap_authentication_form_user_login_form_alter in Lightweight Directory Access Protocol (LDAP) 8.4

Same name and namespace in other branches
  1. 8.3 ldap_authentication/ldap_authentication.module \ldap_authentication_form_user_login_form_alter()

Implements hook_form_FORM_ID_alter().

For user_login_form.

File

ldap_authentication/ldap_authentication.module, line 199

Code

function ldap_authentication_form_user_login_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  _ldap_authentication_login_form_alter($form, $form_state, 'user_login');
}