This topic is locked

Multi Layer Security Admin

6/12/2014 12:05:44 PM
PHPRunner General questions
C
CWDATA author

I am looking at an application that allows a Master Customer to Log on to their respective account.

However if possible I would like a second tier of Admin Settings. In other words two levels of Security per customer.
Customer 1 may have 6 employees with different access rights

Customer 2 may have 3 employees with different access rights
Hope that makes sense.
Has any one ever attempted this and succeeded?
Many thanks,

Carl.

A
Athlon 6/26/2014

I am no expert but:

why not create a custom view filtered by the ID of the employees....even an additional field to state which admin account they belong then for Admin user 2 this filter would prevent them from being visible... I think this is what you are saying... you can also add this filter on the before display event of the custom page again to get the same result.

Divert after login using $Sessions to specific pages etc etc.. many ways this can be done actually.
assigning at the start you can have many Admin users that can only access the clients assigned...all done on the event page. I add a where clause using a session created for each user group.
That's my take on what you are saying.
Mike.