You are here

function seckit_form_user_register_form_alter in Security Kit 8

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

Implements hook_form_FORM_ID_alter().

File

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

Code

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