Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Server Behavior Login Permissions

New Here ,
Apr 09, 2008 Apr 09, 2008
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?
TOPICS
Server side applications
213
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 09, 2008 Apr 09, 2008
LATEST
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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines