You are here

function hosting_site_op_login_reset in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 site/hosting_site.module \hosting_site_op_login_reset()
  2. 7.3 site/hosting_site.module \hosting_site_op_login_reset()

Callback for site login reset action.

@see: hosting_task_action_info().

File

site/hosting_site.module, line 474
Contains hook implementations for Hosting site module.

Code

function hosting_site_op_login_reset($node) {
  hosting_add_task($node->nid, 'login-reset');
}