Hello, I'm greatly enjoying this excellent project. However, I have a problem with users created through the admin web interface being able to log into the admin site. I get "Please enter a correct username and password." Even though all users have "is_active" and "is_staff" set to True. It's definitely *not* a typo/caps-lock thing.
I'm using MySQL. To create the password I paste in the output from the following command: # echo "password" | md5sum Can anyone suggest how else I might troubleshoot this? Thanks, -Jake

