hook_user has been removed in favour of hook_user_$op functions, for example hook_user_validate.
The API function "hook_user_validate" doesn't exist, see http://api.drupal.org/api/drupal/modules--user--user.api.php/7
hook_user has been removed in favour of hook_user_$op functions, for example hook_user_validate.
The API function "hook_user_validate" doesn't exist, see http://api.drupal.org/api/drupal/modules--user--user.api.php/7
Comments
Comment #1
douggreen commenteddoh! I changed the example to http://api.drupal.org/api/drupal/modules--user--user.api.php/function/ho..., thanks!
Comment #2
frank ralf commentedThanks for fixing!