How do I prevent inactive/suspended users from logging in to dashboard?
Hello,
I have a column status which takes 3 values active, inactive, suspended. I would like to only let users login which have status = 'active'. Please let me know how do I make it work?