drush_tokenauth_reset |
./tokenauth.drush.inc |
Drush command callback for "tokenauth-reset". |
|
|
drush_tokenauth_reset_all |
./tokenauth.drush.inc |
Drush command callback for "tokenauth-reset-all". |
|
|
tokenauth_admin_settings |
./tokenauth.pages.inc |
Menu callback for Tokenauth administration interface. |
|
1 |
tokenauth_admin_settings_validate |
./tokenauth.pages.inc |
Validate callback. |
|
|
tokenauth_allowed_pages |
./tokenauth.inc |
Helper function to determine if the current path is tokenauth-enabled. |
2 |
|
tokenauth_context_plugins |
./tokenauth.module |
Implements hook_context_plugins(). |
|
|
tokenauth_context_registry |
./tokenauth.module |
Implements hook_context_registry(). |
|
|
tokenauth_ctools_plugin_api |
./tokenauth.module |
Implements hook_ctools_plugin_api(). |
|
|
tokenauth_drush_command |
./tokenauth.drush.inc |
Implements hook_drush_command(). |
|
|
tokenauth_drush_help |
./tokenauth.drush.inc |
Implements hook_drush_help(). |
|
|
tokenauth_enable |
./tokenauth.install |
Implements hook_enable(). |
|
|
tokenauth_exit |
./tokenauth.module |
Implements hook_exit(). |
|
|
tokenauth_get_token |
./tokenauth.inc |
API function for retrieving the token for a given user. |
4 |
|
tokenauth_get_token_key |
./tokenauth.module |
Get the URL querystring key. |
4 |
|
tokenauth_get_user |
./tokenauth.inc |
API function for retrieving the user for a given token. |
1 |
|
tokenauth_help |
./tokenauth.module |
Implements hook_help(). |
|
|
tokenauth_insert |
./tokenauth.inc |
API Function to insert new user tokens. |
2 |
|
tokenauth_install |
./tokenauth.install |
Implements hook_install(). |
|
|
tokenauth_menu |
./tokenauth.module |
Implements hook_menu(). |
|
|
tokenauth_menu_get_item_alter |
./tokenauth.module |
Implements hook_menu_get_item_alter(). |
|
|
tokenauth_permission |
./tokenauth.module |
Implements hook_permission(). |
|
|
tokenauth_profile_access |
./tokenauth.module |
Access callback for tokenauth view/edit. |
|
1 |
tokenauth_reset |
./tokenauth.inc |
API function to reset all tokens. |
5 |
1 |
tokenauth_reset_confirm |
./tokenauth.pages.inc |
Menu callback: confirm reset tokens. |
|
1 |
tokenauth_reset_confirm_submit |
./tokenauth.pages.inc |
Handler for reset tokens confirmation |
|
|
tokenauth_reset_user |
./tokenauth.inc |
API Function to reset a user's token. |
2 |
|
tokenauth_reset_user_form |
./tokenauth.inc |
Helper function to build a token reset form. |
1 |
|
tokenauth_schema |
./tokenauth.install |
Implements hook_schema(). |
|
|
tokenauth_text_load |
./tokenauth.inc |
Helper function to pull tokenauth UI text from the variables table, and optionally render. |
2 |
|
tokenauth_tokens |
./tokenauth.module |
Implements hook_tokens(). |
|
|
tokenauth_token_info |
./tokenauth.module |
Implements hook_token_info(). |
|
|
tokenauth_uninstall |
./tokenauth.install |
Implements hook_uninstall(). |
|
|
tokenauth_update_7000 |
./tokenauth.install |
Migrate tokenauth settings. |
|
|
tokenauth_url_outbound_alter |
./tokenauth.module |
Implements hook_url_outbound_alter(). |
|
|
tokenauth_user_delete |
./tokenauth.module |
Implements hook_user_delete(). |
|
|
tokenauth_user_insert |
./tokenauth.module |
Implements hook_user_insert(). |
|
|
tokenauth_user_profile_form |
./tokenauth.pages.inc |
Menu callback. Prints the token and instructions. |
|
1 |
tokenauth_user_reset_confirm |
./tokenauth.pages.inc |
Menu callback: confirm reset users token. |
|
1 |
tokenauth_user_reset_confirm_submit |
./tokenauth.pages.inc |
Handler for reset tokens confirmation |
|
|
tokenauth_user_update |
./tokenauth.module |
Implements hook_user_update(). |
|
|