You are here

function hook_hybridauth_user_blocked in HybridAuth Social Login 7.2

Invoked when an account of a user trying to login through HybridAuth is not activated or is blocked.

Parameters

object $account: User account object.

array $data: HybridAuth identity data.

1 invocation of hook_hybridauth_user_blocked()
_hybridauth_window_process_auth in ./hybridauth.pages.inc
Handle the Drupal authentication.

File

./hybridauth.api.php, line 139
Description of HybridAuth API functions and hooks.

Code

function hook_hybridauth_user_blocked($account, $data) {
}