I want that only my users who have their attribute is_admin set to true to be able to access my active admin backend
is_admin
how should I do this?
For "Normal" users you should write separate logic to login to the site or maybe I did not understand why you want to allow users to login through the active admin. Active admin using devise, just create another model called User.