27 Oct
2005
27 Oct
'05
6:57 p.m.
On Thu, 2005-10-27 at 17:52 +0200, Tom Sommer wrote:
This doesn't seem to work, it executes:
SELECT username as user, NULL as password FROM users WHERE username = 'test@example.com' AND password = PASSWORD('0')
... where password_query is: ...
SELECT username as user, NULL as password FROM users WHERE username = '%u' AND password = PASSWORD('%p')
I forgot the %p part. Added %w to CVS code now which is the password.