You are here

function samlauth_form_user_login_alter in SAML Authentication 7

Implements hook_form_FORM_ID_alter for user_login.

_state

Parameters

$form:

File

./samlauth.module, line 92
Provides SAML authentication capabilities.

Code

function samlauth_form_user_login_alter(&$form, $form_state) {
  samlauth_login_form_alter($form, $form_state);
}