Download & Extend

jQuery UI Account Dialogs

jQuery UI Account Dialog

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

Customization

  • Dialog Throbber - You can customize the throbber to match your theme! Simply paste the following in your theme's template.php file and replace YOUR_THEME_NAME with the appropriate theme's name:

<?php
 
function YOUR_THEME_NAME_jquad_throbber() {
    return
drupal_get_path('theme', 'YOUR_THEME_NAME') . '/throbber.gif';
  }
?>

Downloads

Recommended releases

Version Downloads Date Links
6.x-1.0 tar.gz (28.71 KB) | zip (32.08 KB) 2011-Apr-23 Notes

Development releases

Version Downloads Date Links
6.x-1.x-dev tar.gz (32.83 KB) | zip (37.46 KB) 2011-Nov-14 Notes

Project Information


Maintainers for jQuery UI Account Dialogs

  • Mark Carver - 4 commits
    last: 27 weeks ago, first: 1 year ago

Issues for jQuery UI Account Dialogs

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here