login problem with different access group

Any tips and tricks that has to with the ADDT that doesn't fit into one of the other categories
gargiulo
Posts: 3
Joined: 2010-04-28 08:23

login problem with different access group

Post by gargiulo » 2011-02-01 14:32

Hi all,
I have problems with a new website I'm creating.

I created several reserved areas that has restrict access to page server behaviour applied.

I created all db tables according to the login wizard and it works ok, at first.

Example:
page 1 is reserved to user group: users
page 2 is reserved to usergroup: admins
page 3 is reserved to usergroup: editors

When I try to open page 1 the login page appears. I enter the correct data and I can login succesfully.
Then, if I try to go to page 2 the login page doesn't appear (since the current user is not allowed to get to this page) but it takes too much time to load and the system will return a timeout error.

It seems that once you're logged with a specific user, the restrict access to page stops to work.

How can I handle this kind of scenario with ADDT?

Have I to log out from every reserved area before going to another?

TIA for any suggestion

tony

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: login problem with different access group

Post by Fred » 2011-02-01 14:45

HI Tony,
Never used ADDT but it can't be that different from Interakt.

What is suppose to happen is that the login screen should be displayed and the url should look something like /login.php?info=DENIED

Did you define your login redirects and default redirect on failure correctly?
Meaning what is suppose to happen when someone tries to access a restricted page?

In my case he gets redirected to the login page to re-login.

Post Reply