Restrict access to all except login, register and forgot password?
I'm using the "public access" feature on the root node of my site to lock the page and all children down, except the login page as I can choose that as my designated "login" page.
However, I'm at a loss as to how to exclude other pages such as the "register" and "forgot password" page from the restricted pages list?
I thought a workaround might be to restrict each child page individually (not ideal)... but I still need the root page restricted!
Restrict access to all except login, register and forgot password?
I'm using the "public access" feature on the root node of my site to lock the page and all children down, except the login page as I can choose that as my designated "login" page.
However, I'm at a loss as to how to exclude other pages such as the "register" and "forgot password" page from the restricted pages list?
I thought a workaround might be to restrict each child page individually (not ideal)... but I still need the root page restricted!
Cheers,
Paul
Hi Paul,
if you don't wanna protect each page I think you should create two root nodes:
You also can create your protected homepage as children of the login page.
Hope this help Best regards
Stefano
Thanks - that worked. Was a bit miffed about the routing (e.g. there's now two home pages), but Umbraco seems to have figured out what I was after...
You can always try somethig using the urlrewriting.config. You can find the documentation here, at the and of the page.
S
is working on a reply...