You are here

function ldap_authentication_user_update 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_update()
  2. 7.2 ldap_authentication/ldap_authentication.module \ldap_authentication_user_update()

Implements hook_user_update().

A user account was updated. Modules may use this hook to update their user data in a custom storage after a user account has been updated.

File

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

Code

function ldap_authentication_user_update($edit, $user, $category) {
}