hook_user_login

function hook_user_login

hook_user_login($account)

The user just logged in.

Parameters

object $account: The user object on which the operation was just performed.

Related topics

Hooks
Define functions that alter the behavior of Drupal core.

File

core/modules/user/user.api.php, line 133
Hooks provided by the User module.

Code

function hook_user_login($account) {
  $config = \Drupal::config('system.date');
  // If the user has a NULL time zone, notify them to set a time zone.
  if (!$account->getTimezone() && $config->get('timezo