1.83.2.39 (checked in on 2008/06/09 at 19:17:00 by thehunmonkgroup)
Logintoboggan Module
This module enhances the configuration abilities of Drupal's default login system.
| Name | Description |
|---|---|
| logintoboggan_block | Implementation of hook_block |
| logintoboggan_denied | |
| logintoboggan_destination | |
| logintoboggan_eml_validate_url | |
| logintoboggan_example_help | Helper function for example user e-mail textfield. |
| logintoboggan_flip_user_email_verification | Flips the value of the user_email_settings variable. This setting is less confusing when it works the opposite of it's current core behavior. |
| logintoboggan_form_alter | Implementation of hook_form_alter() |
| logintoboggan_help | |
| logintoboggan_init | Implementation of hook_init() |
| logintoboggan_main_settings | |
| logintoboggan_menu | Implementation of hook_menu() |
| logintoboggan_process_login | |
| logintoboggan_resend_validation | Re-sends validation e-mail to user specified by $uid. |
| logintoboggan_site_403_validate | Resets the the site 403 variable to the default if the module is disabled and the toboggan redirect on access denied is enabled. |
| logintoboggan_user | Implementation of hook_user(). |
| logintoboggan_user_block_admin_configure_submit | |
| logintoboggan_user_edit_validate | Custom validation function for user edit form |
| logintoboggan_user_login_validate | Custom validation for user login form |
| logintoboggan_user_register_submit | Custom submit function for user registration form |
| logintoboggan_user_register_validate | Custom validation function for user registration form |
| logintoboggan_validate_email | Menu callback; process validate the e-mail address as a one time URL, and redirects to the user page on success. |
| logintoboggan_validate_pass | Modified version of user_validate_name - validates user submitted passwords have a certain length and only contain letters, numbers or punctuation (graph character class in regex) |
| logintoboggan_validating_id | Modified version of $DRUPAL_AUTHENTICATED_RID - gets the role id for the "validating" user role. |
| theme_lt_access_denied | Theme the Access Denied message. |
| theme_lt_login_link | Custom theme function for the login/register link. |
| theme_lt_password_description | Theme the password description of the user login form and the user login block. |
| theme_lt_password_title | Theme the password title of the user login form and the user login block. |
| theme_lt_username_description | Theme the username description of the user login form and the user login block. |
| theme_lt_username_title | Theme the username title of the user login form and the user login block. |
| _logintoboggan_process_redirect | |
| _logintoboggan_protocol | |
| _logintoboggan_toggleboggan_js | |
| _logintoboggan_user_roles_alter | Alter user roles for loaded user account. |