My site's registration form uses AJAX Username Checker, which works correctly, unless a user picks a username that's already taken, attempts to register anyway, and then tries to change the username after being returned to the registration form. When a user puts in a new username, AJAX Username Checker will return the message, "No Indication" instead of the normal, "The username, '[USERNAME]' is free for registration: you can proceed."
Disabling SEF, unpublishing all modules assigned to the registration form's menu item, and changing the menu item from the default template to another did not solve the problem.
I am using CB 1.9, CB Conditional 1.9.0, and CBSubs 3.0 GPL on a Joomla 2.5.9 site. Validation is enabled in CB Conditional's configuration.
What would you suggest doing to help diagnose and solve this problem, or at least find a good workaround?