|
|||
|
Hi,
Unfortunately I encountered this bug when the chat already gotten online for 300 users ![]() My chat is using an existing forum, Ideal BB (http://www.idealbb.com/). It all worked fine until today I got a message from one of the users telling me they cant login, however they have a forum account. The problem: This user has got a username with a space in it! It seems that the chat can't handle that and just replies it is a nonexisting username. I don't know how it is with the password, but I guess it can give the same problem. Please offer an solution right away because else I have to abandon this chat at the site and then put it back when the problems are solved. Thanks Koen Werdler, koen@icrew.nl |
|
|||
|
Thanks for your advice.
In the current version (1.3) client, user isn't allowed to input blank in the username field, since you are using your intergrated database, and allowed to user to input blank in the user name field, it's seems that there are some conflict, maybe in this way you can resolve your problem, I think you have our .fla and .as source file, open button.as find: Code:
if (userid.indexOf(" ") >= 0)
{
errorMsg(LANG_LOGIN_ERROR_USER);
return;
}
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|