Hi guys,
I want to implement user management with multiple roles system. The roles are front end user, supplier, moderator, and administrator. I want front end user to login in its login form using devise so the url will be something like this '/users/sign_in', and i want the admin (supplier, moderator, and admin) to login in different login page e.g. '/admin/login'. How i implement it using devise for front end and active admin for back end user? Any idea
Hi guys,
I want to implement user management with multiple roles system. The roles are front end user, supplier, moderator, and administrator. I want front end user to login in its login form using devise so the url will be something like this '/users/sign_in', and i want the admin (supplier, moderator, and admin) to login in different login page e.g. '/admin/login'. How i implement it using devise for front end and active admin for back end user? Any idea