Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
548 stars 300 forks source link

Standalone "Invalid username" issue #193

Closed ghost closed 9 years ago

ghost commented 9 years ago

So I have been adding new users to the "users.php" file. Every time I add a new user, one of the other usernames says "Invalid username" when they try to login. I know for sure that the details are correct and I have no idea what is happening or how to fix this.

If anyone has any suggestions it would help a lot! Thanks.

ghost commented 9 years ago

Never mind. Turns out I wasn't giving users an individual ID. Sorry.