Well I've been sitting around testing and testing this for quite some time.
Looks like something is wrong with query field.
MySQL authentication was broken like this:
SELECT password FROM users WHERE username = '${user}'
But finally when I tried this:
SELECT `password` FROM `users` WHERE `username` = '${user}'
It worked.
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee
