You are here

function ip_login_user_delete in IP Login 7.2

Implements hook_user_delete().

File

./ip_login.module, line 330
Allow user login by IP addresses, ranges or wildcards.

Code

function ip_login_user_delete($account) {
  _ip_login_set_user_range($account->uid, NULL);
}