function ldap_authentication_user_presave in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_authentication/ldap_authentication.module \ldap_authentication_user_presave()
- 7.2 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 352 - This module injects itself into Drupal's Authentication stack.
Code
function ldap_authentication_user_presave(&$edit, $account, $category = NULL) {
}