You are here

function seckit_form_user_login_form_alter in Security Kit 8

Same name and namespace in other branches
  1. 2.x seckit.module \seckit_form_user_login_form_alter()

Implements hook_form_FORM_ID_alter().

File

./seckit.module, line 13
Allows administrators to improve security of the website.

Code

function seckit_form_user_login_form_alter(&$form, FormStateInterface &$form_state) {
  _seckit_form_alter_login_form($form, $form_state);
}