Multiple panel login
I have three types of user namely
I want the
- admin
- agent
- merchant
/admin, /agent and /merchantI want the
users who have user_type = agent only can login in /agent and so on, so- Do I need to create multiple custom login page (custom) for each different
user_type - Can I create one login page (custom) and check base on
user_type, if so, how can I knowuser_type = agentis trying to login using/agentonly and block (throw error) if trying to login in/adminand so on