This project is not covered by Drupal’s security advisory policy.
This module provides seamless jQuery UI dialog integration for login, register, password reset and logout links through out your Drupal installation.
Features
- Fallback Support - If browsers have JavaScript disabled, then all links will remain unaltered and continue to their original destination (themed page of form).
- Real-time validation - Speed up submissions without having to load a themed page to wait for feedback after an attempt.
- MD5 password encryption - Encrypts passwords using the same Drupal method of storage. No clear passwords sent, regardless of SSL. NOTE: Not compatible with all modules, please check README for more details.
- Secure Pages (for SSL support) - Secure your sensitive data and provide a secure login while user is currently on a non-secure page.
- Native Form API validation - This module integrates naturally with other modules that already handle user accounts. Works seamlessly for modules such as LDAP Integration.
Dependent Modules
Supported Modules
Additional Modules
- jQuery UI theme - Your Drupal theme must load a jQuery UI theme along with it's own CSS. Otherwise your dialog will not appear correctly. If you wish to customize your implementation of jQuery UI into your theme, see: http://blog.houen.net/drupal-jquery-ui-complete-guide.
Customization
- Dialog Throbber - You can customize the throbber to match your theme! Simply paste the following in your theme's
template.phpfile and replaceYOUR_THEME_NAMEwith the appropriate theme's name:
function YOUR_THEME_NAME_jquad_throbber() {
return drupal_get_path('theme', 'YOUR_THEME_NAME') . '/throbber.gif';
}
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsObsolete
Use of this project is deprecated.- Project categories: Developer tools, Security, Access control
- Created by markhalliwell on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

