iTweak Login
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
- Customized login block (Acquia Marina)
- User settings form with new user login settings section
- New user login settings
- Internationalized user login settings (Russian)
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 releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.10 | 2009-Aug-07 | 12.55 KB | Download · Release notes | Recommended for 6.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2009-Aug-07 | 12.55 KB | Download · Release notes | Development snapshot | |
