Hi all.<br><br>This is what I&#39;m trying to achieve.<br><br>- If the user is not logged in and they try to access a private page, they are taken to the login page.<br>- If the user is logged in and they try to access a page they can&#39;t access, they are taken to an &quot;access denied&quot; page.
<br><br>The first seems easy enough. I just changed the &quot;Default 403 page&quot; to user/login. <br><br>But, I can&#39;t figure out the second.<br><br>Any ideas?<br><br>