Posted
on Nov 30, 2011
(permalink)
On our 3.7 instance we'd like to create a private, password protected section of the website and utilize a custom login form instead of the out of the box control or the default login form. I've reviewed the forums, docs, and kb but can't find good instructions....can anyone explain the best way to accomplish this?
To explain in a bit more detail, I'd like to set public access attribute on a page within the site (private-page.aspx) to "deny". When a visitor hits private-page.aspx, they should be redirected to our custom login form, upon successful authentication, they would then be redirected back to private-page.aspx. The same would hold true for all child pages of private-page.aspx. We want to leave the default login form (~/Sitefinity/Login.aspx) in place. Only the private-page.aspx section would use the custom login form.
Thanks