You are here

function hook_hybridauth_userinfo_alter in HybridAuth Social Login 7.2

Alter the user info for the user being created by HybridAuth.

Parameters

array $userinfo: Information to create a new user.

array $data: HybridAuth identity data.

1 function implements hook_hybridauth_userinfo_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

hybridauth_bonus_hybridauth_userinfo_alter in hybridauth_bonus/hybridauth_bonus.module
Implements hook_hybridauth_userinfo_alter().
1 invocation of hook_hybridauth_userinfo_alter()
_hybridauth_window_process_auth in ./hybridauth.pages.inc
Handle the Drupal authentication.

File

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

Code

function hook_hybridauth_userinfo_alter(&$userinfo, $data) {
}