You are here

function uiplog_user_login in User IP Log 8

Same name and namespace in other branches
  1. 7 uiplog.module \uiplog_user_login()
  2. 9.1.x uiplog.module \uiplog_user_login()

Implements hook_user_login().

File

./uiplog.module, line 37
User IP Log module file.

Code

function uiplog_user_login($account) {
  _uiplog_log_ip($account
    ->id());
}