Hi,
I have a few pages that are available to some users but not others. When the user logs in I can choose to redirect them to a page that they have access to. But there are 2 issues that I have with this.
1. When a user logs in with external authentication they are not redirected to their own default start page - but to the default start page.
2. When a logged in user opens a url that they have no access to they just get a blank content page (with menu and footer).
The best thing to fix this issue would be for any page that a logged in user has no permission to can be redirected to another page, or their own start page would be even better. What would be the easiest way to do this?
Regards, Jon.