iTweak Login - Screenshot 1

iTweak Login module provides very useful tweaks for the standard user login form:

  • Lightweight and powerful
  • Complements nicely functions of Login Toboggan module (if it is present)
  • Works with any theme (that does not already customize user login)
  • Customize "Log in" button:
    • select any custom name
  • Customize "Username" and "Password":
    • Change labels (if not using LoginToboggan)
    • Add text before username field in login page
  • Customize "Create new account":
    • Change link wording
    • Change URL (for example to a custom signup page)
    • Change to a button with any custom name (defaults to "Register")
  • Customize "Request new password":
    • Remove link completely
    • Change link wording
    • Change URL (for example to a custom login help page)
    • Change to a button with any custom name (defaults to "Reset Password")
  • Perfect for Multilingual websites (locale module required) and Internationalizable (i18n module required) - See Russian example on Screenshot 4
  • All custom labels are applied to tabs and buttons on /user/* pages for consistent look
  • Adds "can change own password" permission (make sure to enable it for all roles that are allowed to change their own password immediately after module installation).

Currently supports Drupal-6.x and Drupal-7.x.

Screenshots

Installation

  • Copy the module's directory to your modules directory and activate the module.
  • Run update.php. It will take care of registering all Internationalization variables.

Usage

Note: there is no separate settings page by this module (reduce admin tree clutter)

  • For Drupal 6 see "User Login settings" section on Administer > User management > User settings (/admin/user/settings)
  • For Drupal 7 see "User Login settings" section on Administration > Configuration > People > Account settings (/admin/config/people/accounts)

Internationalization

i18n module is required for internationalization.

Internationalization handbook (section on Multilingual Variables) recommends changing settings.php to register certain variables for internationalization of the site. Doing that as recommended will break itweak_login internationalization. Instead, do a conditional registration (using if()) as in this example:

// Use "if" to prevent overwriting already set values:
if (!is_array($conf['i18n_variables'])) $conf['i18n_variables'] = array(
  'site_name',
  'site_slogan',
  'site_mission',
  'site_footer',
  'anonymous',
  'site_frontpage',
  'menu_primary_links_source',
  'menu_secondary_links_source',
  'contact_form_information',
  'theme_settings',
  'theme_garland_settings',
);

How can you get involved?

  • Jump in and offer to be a module developer and co-maintainer. It is not that hard.
  • Write a review for this module on DrupalModules.com
  • Help translate this module at localize.drupal.org
  • If you have an issue, a bug or a feature request, first search if there is an existing solution, or report it in the issue tracker
  • Contact the maintainer with any comments, questions, or for module customizations quote

Credits

Written by iva2k.

Other

Look at other iTweaks: iTweak Links | iTweak Login | iTweak Upload

Project information

Releases