Active
Project:
Username originality AJAX check
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2012 at 08:34 UTC
Updated:
6 Jun 2013 at 23:09 UTC
I allow my users to change their username. This module doesn't check on user edit pages, so I would like to ask if that could be implemented.
Comments
Comment #1
7wonders commentedFor d7 you can pretty much just add following to .module
But if trying to change the username and then entering the existing username it will throw the username exists error (not a major problem though as the form will still save).
I guess in d6 it is something like
But I cant be 100% as I dont use d6
Comment #2
darrellduane commentedI've incorporated the requested changes here with my patch for handling the email address checking at https://drupal.org/node/764332#comment-7508191