Hey, Im trying to create a login page (Done using Lightbox), and want to add another filter to it.
I have 3 types of members roles Teacher, Student and Admin.
Whenever a user log’s in, I want to redirect them to a specific page according to the role.
E.g: If the teacher log’s in, then they should be redirected to a page name “teacher-Home”
similarly
if students log’s in, it should turn to “Student-Home”