logintoboggan.module

Version

1.133.2.1 (checked in on 2008/06/10 at 20:59:49 by thehunmonkgroup)

Description

Logintoboggan Module

This module enhances the configuration abilities of Drupal's default login system.

Functions

Namesort iconDescription
logintoboggan_blockImplementation of hook_block
logintoboggan_cronImplementation of hook_cron().
logintoboggan_denied
logintoboggan_destination
logintoboggan_eml_validate_url
logintoboggan_example_helpHelper function for example user e-mail textfield.
logintoboggan_flip_user_email_verificationFlips 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_alterImplementation of hook_form_alter()
logintoboggan_helpImplementation of hook_help().
logintoboggan_initImplementation of hook_init()
logintoboggan_mailImplementation of hook_mail().
logintoboggan_main_settings
logintoboggan_menuImplementation of hook_menu()
logintoboggan_process_login
logintoboggan_resend_validationRe-sends validation e-mail to user specified by $uid.
logintoboggan_revalidate_accessAccess check for user revalidation.
logintoboggan_site_403_validateResets the the site 403 variable to the default if the module is disabled and the toboggan redirect on access denied is enabled.
logintoboggan_themeImplemenation of hook_theme().
logintoboggan_userImplementation of hook_user().
logintoboggan_user_block_admin_configure_submit
logintoboggan_user_edit_validateCustom validation function for user edit form
logintoboggan_user_login_validateCustom validation for user login form
logintoboggan_user_register_submitCustom submit function for user registration form
logintoboggan_user_register_validateCustom validation function for user registration form
logintoboggan_validate_emailMenu callback; process validate the e-mail address as a one time URL, and redirects to the user page on success.
logintoboggan_validate_passModified 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_idModified version of $DRUPAL_AUTHENTICATED_RID - gets the role id for the "validating" user role.
theme_lt_access_deniedTheme the Access Denied message.
theme_lt_login_linkCustom theme function for the login/register link.
theme_lt_password_descriptionTheme the password description of the user login form and the user login block.
theme_lt_password_titleTheme the password title of the user login form and the user login block.
theme_lt_username_descriptionTheme the username description of the user login form and the user login block.
theme_lt_username_titleTheme the username title of the user login form and the user login block.
_logintoboggan_mail_notifyConditionally create and send a notification email when a certain operation happens on the given user account. This is a knock-off of _user_mail_notify() customized for LT. See alsouser_mail_tokens()
_logintoboggan_process_redirect
_logintoboggan_protocol
_logintoboggan_user_roles_alterAlter user roles for loaded user account.