iTweak Login

iTweak Login - Screenshot 1

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

  • Independent of theme - works with any theme that does not already customize user login
  • Change wording of "Request new password" link and change its URL (for example to a custom login help page)
  • Change wording of "Create new account" link
  • Change "Create new account" link to a "Register" button
  • Select any label for the "Register" button
  • Select any label for the "Log in" button
  • Settings are Multilingual (locale module required) and Internationalizable (i18n module required) - See Russian example on Screenshot 4
  • Change "Username" and "Password" (if not using LoginToboggan)
  • Custom labels are applied to tabs and buttons on /user/* pages for consistent look

Currently supports only Drupal-6.0.

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

  • Configure different options at this URL: admin/user/settings
  • See "User Login settings" section

Internationalization

i18n module is required for internationalization.

Module provides .pot file. Submit your language translations into the issue queue for quick review.

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',
);

Credits

Written by iva2k.

Feedback

Maintainer(s) and other Drupal users will appreciate your feedback and review on DrupalModules.com.

If you have an issue or a bug, first search if there is an existing solution, or report it here.

Other

You may also want to look at iTweak Upload module to customize file attachments / uploads beyond Drupal vanilla flavor.

Releases

Official releasesDateSizeLinksStatus
6.x-1.102009-Aug-0712.55 KBRecommended for 6.xThis is currently the recommended release for 6.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2009-Aug-0712.55 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.