Quoting Jorge Bastos <[EMAIL PROTECTED]>:
AuthDBDUserPWQuery "select password from users where username='%s'"
Have you tried without the apostrophes? Like this: AuthDBDUserPWQuery "select password from users where username=%s" -- Bojan
Quoting Jorge Bastos <[EMAIL PROTECTED]>:
AuthDBDUserPWQuery "select password from users where username='%s'"
Have you tried without the apostrophes? Like this: AuthDBDUserPWQuery "select password from users where username=%s" -- Bojan