Question

Is there a D7 module to do an Ajax based test if a username is available, in the same way done on https://en.wordpress.com/signup/?

Was it helpful?

Solution

A quick search with "drupal ajax username checker" points me to the Username originality AJAX check module. There is a dev version available for 7.

Some more details about this module (from its project page):

This very simple module allows visitors to check username originality quickly using AJAX request during registration (completing registration form). This makes registration process more convenient as you don't need to submit your registration form to find out whether this username is already taken or not. This module is sensible to standard Drupal username validation as well as Access Rules validation.

username_check module provides two ways of user name checking:

  1. Manual (5.x and 6.x) — a "Check availability" button appears on the form and a visitor can press it to verify whether his name is available or not.
  2. Automatic — check is performed automatically when you finish typing and on leaving username field.
Licensed under: CC-BY-SA with attribution
Not affiliated with drupal.stackexchange
scroll top