Date:  05/26/2003 11:12:22 AM Msg ID:  001463
From:  FoxWeb Support Thread:  001460
Subject:  Re: Falt in auth object
Thanks for pointing the problem out to us.  We have already fixed it in our internal code and we are planning on releasing it with the upcoming version 2.5 in June.

FoxWeb Support Team
support@foxweb.com email

Sent by James Williams on 05/23/2003 07:51:42 AM:
I have just found an annoying little bug.
 
If you enter a user id that contains a " ' " char the Auth object with generate an error.
 
It tries to build a string select statement:
"SELECT password AS password FROM 'data\Users.dbf' WHERE UPPER(userid) LIKE 'CM1-102'' INTO CURSOR _Authentic"
 
Is there a way we can check the user id before you get it.
(I could put a java function in the Auth.fwx)
 
or will you be correcting this bug.
 
james