redirect url different for different roles

nkbapbt

New Member
I have a set of pages in my account folder, a page that says "You must activate your account", and another that says "access denied". I also have three roles: Unfilled, User and Advanced User.[sorry but stackoverflow isn't letting me paste my code]I want the following:
  • all users that are "?" to be directed to the login page,
  • all users that are defined as <deny roles= "Unfilled"> to go to the activation page,
  • and the rest to go to the access denied page (except for admins).
The problem is every denied user goes to the login page, or the defaulturl (which is the access denied page). How do I add another page with the mix?
 
Back
Top