You are here

function ldap_authentication_user_insert in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_authentication/ldap_authentication.module \ldap_authentication_user_insert()
  2. 7.2 ldap_authentication/ldap_authentication.module \ldap_authentication_user_insert()

Implements hook_user_insert().

A user account was created. The module should save its custom additions to the user object into the database.

File

ldap_authentication/ldap_authentication.module, line 364
This module injects itself into Drupal's Authentication stack.

Code

function ldap_authentication_user_insert(&$edit, $account, $category) {
}