user_pages.module in User Pages 6
Same filename and directory in other branches
Ctools User Pages allows you to manage user, user/login, user/register, user/password via panel.
File
user_pages.moduleView source
<?php
/**
 * @file
 * Ctools User Pages allows you to manage user, user/login, user/register,
 * user/password via panel.
 */
/**
 * Implementation of hook_ctools_plugin_directory() to let the system know
 * we implement task and task_handler plugins.
 */
function user_pages_ctools_plugin_directory($module, $plugin) {
  return 'plugins/' . $plugin;
}Functions
| Name   | Description | 
|---|---|
| user_pages_ctools_plugin_directory | Implementation of hook_ctools_plugin_directory() to let the system know we implement task and task_handler plugins. | 
