You are here

function ldap_authentication_user_presave in Lightweight Directory Access Protocol (LDAP) 8.2

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

Implements hook_user_presave(). A user account is about to be created or updated.

File

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

Code

function ldap_authentication_user_presave(&$edit, $account, $category = NULL) {
}