Showing a login view when visitor is not logged in
In Umbraco 8, during time of development, I want to show a login view instead of the regular page view for all pages of the site if a visitor is not logged in as part of a specific members group.
This is to allow clients and reviewers to login and browse the entire site, while unauthorized visitors only see the login page which is designed like a "coming soon" page.
What is the easiest way to accomplish this in Umbraco 8?
I want to avoid having to alter public access settings on many pages. My take is that there must be a way to plug into the request pipeline and alter the view to be rendered based on login / member group status.
Showing a login view when visitor is not logged in
In Umbraco 8, during time of development, I want to show a login view instead of the regular page view for all pages of the site if a visitor is not logged in as part of a specific members group.
This is to allow clients and reviewers to login and browse the entire site, while unauthorized visitors only see the login page which is designed like a "coming soon" page.
What is the easiest way to accomplish this in Umbraco 8?
I want to avoid having to alter public access settings on many pages. My take is that there must be a way to plug into the request pipeline and alter the view to be rendered based on login / member group status.
I am grateful for an example.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.