diff --git a/site/hosting_site.module b/site/hosting_site.module index 4e05f6d..fd83888 100644 --- a/site/hosting_site.module +++ b/site/hosting_site.module @@ -62,6 +62,12 @@ function hosting_site_hosting_tasks($type, $task = null) { Are you really sure you want to delete this site?'), 'weight' => 10, ); + $options['login_reset'] = array( + 'title' => t('Login reset'), + 'description' => t('Generate a one-time login reset url for this site.'), + 'weight' => 10, + ); + } return $options; }