Authorization - Permissions for public and secure portions of site
Hi,
I have two portions of site. One is public to all where as other one is secure (which will have couple of pages) . User will login from the public portion of the site (from Sign-In link in public navigation) and will redirect to Secure portion home page.
How I have implemented this is by making redirect page in default login component to /content/<mysite>/<secure-home-page>. I have created a secure-user group and only this group will have read access to the secure portion of the site. So if any user who doesnt belong to this group tries to login, he gets 404 page. But what i want is a custom page or pop-up where user will get a message that He doesnt have access to visit this area.
Can someone please help how this can be done?
Thanks