I need help to see whether/how I can do the following:

A user signs up and must select which department they are in. From then on, every time they log in, they only have access to the information relevant to that department.

How would I go about doing this?

1- In views, how to I make one that only displays to a certain type of user?
2- Do I have to modify the user permissions or create new roles for each department?

Thanks for any guidance!

Comments

fieldswb’s picture

I think I will probably use roles to access the views. Could someone explain how to redirect users to certain pages when they log in?