You are here

function tokenauth_user_insert in Token authentication 7

Implements hook_user_insert().

File

./tokenauth.module, line 177

Code

function tokenauth_user_insert(&$edit, $account, $category = NULL) {
  tokenauth_insert($account->uid);
}