user_user_login

user_user_login($account)

Implements hook_user_login().

File

core/modules/user/user.module, line 552
Enables the user registration and login system.

Code

function user_user_login($account) {
  // Reset static cache of default variables in template_preprocess() to reflect
  // the new user.
  drupal_static_reset('template_preprocess');
}
doc_Drupal
2016-10-29 09:53:21
Comments
Leave a Comment

Please login to continue.