I implemented authlogic for my authentication system. I was hoping if there was a method to log in users by "username" OR "email" . The solution provided here http://goo.gl/Ato1 doesn't work as I don't have a "login" field in the database.
So is it that, I am missing the "login" field in the db? OR is there any other way of handling it?
Login should happen by Username OR email...