Currently usernames are not unique, and login asks for username but in the error says invalid email. Login should allow both, email as well as username.
@heroic: it says invalid email cuz this is the default setting in devise. you can change this by including devise.en.yml file in config/locales folder and changing the error message
Currently usernames are not unique, and login asks for username but in the error says invalid email. Login should allow both, email as well as username.