I'm using this new gem active_admin with devise. I followed this wiki https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-sign_in-using-their-username-or-email-address for regular users to let them sign in using username/email. And it's working for regular User, but now i can't sign in as AdminUser. I guess it's because of this line in config/initializers/devise.rb: config.authentication_keys = [ :login ] How can i specify authentication_keys just for AdminUser?
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.