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 |
Implementation of hook_context_plugins(). |
|
|
tokenauth_context_registry |
./tokenauth.module |
Implementation of hook_context_registry(). |
|
|
tokenauth_ctools_plugin_api |
./tokenauth.module |
Implementation of hook_ctools_plugin_api(). |
|
|
tokenauth_drush_command |
./tokenauth.drush.inc |
Implementation of hook_drush_command(). |
|
|
tokenauth_drush_help |
./tokenauth.drush.inc |
Implementation of hook_drush_help(). |
|
|
tokenauth_enable |
./tokenauth.install |
Implementation of hook_enable(). |
|
|
tokenauth_exit |
./tokenauth.module |
Implementation of hook_exit().
Deliberately insure that this session will not be saved by sess_write(). Safety. |
|
|
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 |
Implementation of hook_help(). |
|
|
tokenauth_init |
./tokenauth.module |
Implementation of hook_init(). |
|
|
tokenauth_insert |
./tokenauth.inc |
API Function to insert new user tokens. |
2 |
|
tokenauth_install |
./tokenauth.install |
Implementation of hook_install(). |
|
|
tokenauth_menu |
./tokenauth.module |
Implementation of hook_menu(). |
|
|
tokenauth_perm |
./tokenauth.module |
Implementation of hook_perm(). |
|
|
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. |
3 |
|
tokenauth_reset_user_form |
./tokenauth.inc |
Helper function to build a token reset form. |
1 |
|
tokenauth_schema |
./tokenauth.install |
Implementation of hook_schema(). |
|
|
tokenauth_text_load |
./tokenauth.inc |
Helper function to pull tokenauth UI text from the variables table, and optionally render. |
2 |
|
tokenauth_token_list |
./tokenauth.module |
Implementation of hook_token_list(). |
|
|
tokenauth_token_values |
./tokenauth.module |
Implementation of hook_token_values() |
|
|
tokenauth_uninstall |
./tokenauth.install |
Implementation of hook_uninstall(). |
|
|
tokenauth_update_6106 |
./tokenauth.install |
Make sure tokenauth has a low module weight. |
|
|
tokenauth_update_6107 |
./tokenauth.install |
Make sure tokenauth has a low module weight. |
|
|
tokenauth_url_outbound_alter |
./tokenauth.module |
Implementation of hook_url_outbound_alter().
Appends the current user's token to any path run through url()
that also passes tokenauth's allowed pages filter. |
|
|
tokenauth_user |
./tokenauth.module |
Implementation of hook_user(). |
|
|
tokenauth_user_profile_form |
./tokenauth.pages.inc |
Menu callback. Prints the token and instructions. |
|
1 |
tokenauth_user_reset Deprecated |
./tokenauth.inc |
API function to reset a user's token. |
|
|
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 |
|
|