How can I securely check if a username is already taken?

Posted by Geo on Stack Overflow See other posts from Stack Overflow or by Geo
Published on 2010-05-29T14:34:25Z Indexed on 2010/05/29 14:42 UTC
Read the original article Hit count: 193

Filed under:
|
|
|

I have a form where someone can create a new user. I'd like to add some AJAX to check if a username is taken, as soon as the input field loses focus. I'm not really sure how to go about this, as this could pave the way to bruteforce attack, since you could check for any username and see whether or not it exists. Any suggestions?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about security