I have a project that uses Active Directory to get users to login. I have created a couple of database tables that I maintain for user access, and use ':Session.UserID' in my SQL query to link the AD login back to the user access tables. In this way I don't have to maintain passwords and I'm able to show and hide links to a set of admin pages based on whether users are in accessgroup1 or accessgroup2.
I'd like to take this a step further.
I have 2 different list pages accessible from the welcome screen. I would like accessgroup1 to have full access to List1, but read-only access to List2. I'd then like accessgroup2 to have full/normal access on both List1 and List2.
I'm trying to avoid using the "login as guest" option in order to activate read-only on the normal list layout as I need to restrict access to the data to those I specify.
Is this possible?
I'd like to take this a step further.
I have 2 different list pages accessible from the welcome screen. I would like accessgroup1 to have full access to List1, but read-only access to List2. I'd then like accessgroup2 to have full/normal access on both List1 and List2.
I'm trying to avoid using the "login as guest" option in order to activate read-only on the normal list layout as I need to restrict access to the data to those I specify.
Is this possible?