Skip to main content
Participant
April 9, 2008
Question

Server Behavior Login Permissions

  • April 9, 2008
  • 1 reply
  • 212 views
Hi,

I have set-up up a database based upon username, password and security access level, the access level contains 3 types of groups. group 1, group 2 and group 3.

I've used the dreamweaver login user server behavior. Looking at this it only allows you to go to one succeed page.
Because i have got three user access levels, i'm looking for it to send each set of users from each access level to three different succeed pages.
In other words, group 1 is sent to one succeed page, group 2 is sent to a different and group 3 to another.

Is there away of doing this?
This topic has been closed for replies.

1 reply

Inspiring
April 9, 2008
GD WebDev wrote:
> Hi,
>
> I have set-up up a database based upon username, password and security access
> level, the access level contains 3 types of groups. group 1, group 2 and group
> 3.
>
> I've used the dreamweaver login user server behavior. Looking at this it only
> allows you to go to one succeed page.
> Because i have got three user access levels, i'm looking for it to send each
> set of users from each access level to three different succeed pages.
> In other words, group 1 is sent to one succeed page, group 2 is sent to a
> different and group 3 to another.
>
> Is there away of doing this?
>

You could do a redirect on the page that they do land on once succeeded.
My personal preference would be to make one page, and only show the user
groups parts of the page that they are allowed to see.

Steve