[users@httpd] RE: Empty username causes internal server error

2014-09-28 Thread Radek Pospíšil
[users@httpd] Re: Empty username causes internal server error > > Hi, > > Could you try with ' around the %s? > SELECT password FROM member WHERE CONVERT(VARCHAR(10), > member_Index) = '%s' > This way, if the username is empty, the request will still be valid. >

[users@httpd] Re: Empty username causes internal server error

2014-09-28 Thread Christophe JAILLET
Hi, Could you try with ' around the %s? SELECT password FROM member WHERE CONVERT(VARCHAR(10), member_Index) = '%s' This way, if the username is empty, the request will still be valid. CJ Le 27/09/2014 22:23, Radek Pospíšil a écrit : Hello, I am using user authentication with the follow