AJAX Login Widget++

A clean AJAX-based login, registration and lost password retrieval widget.

Author:David Underhill (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:2.7.1
Plugin version:1.0.1
Added to WordPress repository:23-02-2009
Last updated:26-03-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://dound.com/projects/word-press/ajax-log...
Total downloads:53 537
Active installs:300+
plugin download
Click to start download

Plugin Homepage

Features

  • Integrate login functionality into your site (rather than having it on a separate page).
  • User can login, register, and retrieve a lost password without ever leaving the page they are on.
  • AJAX-based.
  • XHTML 1.1 and CSS 3 compliant.

Current Ideas for the Next Version

  • Beautify for IE7
  • Minify JS and put it in the footer
  • Better support for styling via CSS
  • Option to include a customizeable title above the widget
  • Provide an additional non-table-based template
  • Internalization support
  • Add login form to page/post with [insert-login] tag
  • Options
    • Show gravatar after user logs in
    • Customize welcome message
    • Titles for login form
    • Captcha support

Please continue to give me ideas for the next version
on my blog
or on the forums here.

This plugin provides an XHTML-compliant AJAX login form which can be easily
inserted (one line of code) into your WordPress sidebar. The form doubles as
lost-password-recovery and registration forms too.

AJAX allows the page to be dynamically updated so that the user does not have to
leave the page they were on when they decided to sign in or sign up. This means
users do not have to interrupt what they were looking at in order to login! If
an error occurs (like the entry of an incorrect password), then the user is
alerted with a message box. The only full page refresh which occurs is when the
user logs in successfully, though it does not change which page the user is
looking at (so as not to interrupt them).

One the user is logged in, the login form is replaced with a “You are logged in
as XYZ” message along with links to go to their profile or logout. An
administrative user will be presented with the “Site Admin” link instead of a
profile link.

The plugin uses the normal WordPress 2.7 authentication process so it can easily
be added to your WordPress site as a sidebar widget or by adding a single line
of PHP code to your theme.

This plugin extends the former AJAX
Login
plugin written by Jonas
Einarsson. This version fixes a number of bugs with a previous implementation
(incompatibility with the latest WordPress versions) and contributes a cleaner
user interface with better and more reliable AJAX functionality (including
animated loading icons).