tokenauth_admin_settings |
./tokenauth.module |
Implementation of hook_settings(). |
|
1 |
tokenauth_admin_settings_validate |
./tokenauth.module |
Validate callback. |
|
|
tokenauth_allowed_pages |
./tokenauth.module |
Return TRUE if current page may be viewed using only a token |
1 |
|
tokenauth_exit |
./tokenauth.module |
Deliberately insure that this session will not be saved by sess_write(). safety |
|
|
tokenauth_get_token |
./tokenauth.module |
API function for retrieving the token for a given user. |
1 |
|
tokenauth_init |
./tokenauth.module |
Implementation of hook_init(). |
|
|
tokenauth_install |
./tokenauth.install |
|
|
|
tokenauth_menu |
./tokenauth.module |
Implementation of hook_menu(). |
|
|
tokenauth_perm |
./tokenauth.module |
Implementation of hook_perm(). |
|
|
tokenauth_reset |
./tokenauth.module |
Reset all tokens. |
1 |
1 |
tokenauth_reset_confirm |
./tokenauth.module |
Menu callback: confirm reset tokens. |
|
1 |
tokenauth_reset_confirm_submit |
./tokenauth.module |
Handler for reset tokens confirmation |
|
|
tokenauth_uninstall |
./tokenauth.install |
|
|
|
tokenauth_user |
./tokenauth.module |
Implementation of hook_user().
Boring code to change tokens. No UI yet. |
|
|
tokenauth_user_profile_form |
./tokenauth.module |
Menu callback. Prints the token and instructions. |
|
1 |
tokenauth_user_profile_form_submit |
./tokenauth.module |
|
|
|
tokenauth_user_reset |
./tokenauth.module |
Reset a users token. |
1 |
|
tokenauth_user_reset_confirm |
./tokenauth.module |
Menu callback: confirm reset users token. |
|
1 |
tokenauth_user_reset_confirm_submit |
./tokenauth.module |
Handler for reset tokens confirmation |
|
|