You are here

function hook_hybridauth_username_alter in HybridAuth Social Login 7.2

Alter the generated username for the user being created by HybridAuth.

Parameters

string $name:

array $data: HybridAuth identity data.

1 invocation of hook_hybridauth_username_alter()
_hybridauth_make_username in ./hybridauth.module
Helper function to generate user name.

File

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

Code

function hook_hybridauth_username_alter(&$name, $data) {
}