You are here

function login_disable_form_user_login_form_alter in Login Disable 8

Same name and namespace in other branches
  1. 2.0.x login_disable.module \login_disable_form_user_login_form_alter()

Implements hook_form_FORM_ID_alter().

File

./login_disable.module, line 21
Control who can log in to a Drupal site.

Code

function login_disable_form_user_login_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  _login_disable_form_user_login_alter($form);
}