danvega / solitary

Coldbox Security Module
10 stars 5 forks source link

Username availability check #3

Open gknight593 opened 12 years ago

gknight593 commented 12 years ago

When creating a new user, typing in the username ajax always returns: " there was an error checking username status, please refresh the page"

Not sure why or what needs to be done to correct. I haven't modified any source code.

danvega commented 12 years ago

can you look at the console view/firebug and see if you there are any errors in the ajax request?

gknight593 commented 12 years ago

That is the weird thing. No errors are being thrown.

Console shows the POST going to index.cfm/security/users/usernameExists/

Posting to jquery...min.js (line 16)

It will allow you add a duplicate username also.

Set Up: Windows 7, WAMP 2.2, MySQL 5.5, ColdFusion 9.0.1, ColdBox 3.5.0

Tropicalista commented 12 years ago

I got same error, I have same configuration