I have a User model and an admin model and I am using devise for authentication. My Admin logins using an email and password. My User can login using both email and username. What should my
#config/initializers/devise.rb
config.authentication_keys = [ : ]
line should be and do I need to override devise to achieve this ?