Yes, you could use the standard asp.net login controls on the frontend and set public access in the backend to protect specific areas of your site. Public access can be enabled on any content node by right-clicking the node and choosing public access on the context menu.
i then create a new page, based on the textpage document type, and afterwards point to the login template, and then in the public access point to the new site, but then im getting this error:
Page not found
No umbraco document matches the url 'http://localhost:10379/company-blog.aspx'
umbraco tried this to match it using this xpath query'1066')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
Member login page - how to?
Hi guys!
i need to make some sort of extranet on my site, and i found out that i could use the members section to add new members and groups.
but if i want to enable the public access feature on my site i need a login page, ive tryed to follow this one: http://en.wikibooks.org/wiki/Umbraco/Samples_and_Articles/Protecting_Documents
but the rtk-cv.dk page dosen't work..
so does anybody have any suggestions?
Yes, you could use the standard asp.net login controls on the frontend and set public access in the backend to protect specific areas of your site. Public access can be enabled on any content node by right-clicking the node and choosing public access on the context menu.
Cheers,
/Dirk
Hi Dirk,
Thanks for your answer, but how do i choose the login page when im setting up the public access?
ive created a template with this:
<asp:login ID="Login1" runat="server">
</asp:login>
i then create a new page, based on the textpage document type, and afterwards point to the login template, and then in the public access point to the new site, but then im getting this error:
Page not found
No umbraco document matches the url 'http://localhost:10379/company-blog.aspx'
umbraco tried this to match it using this xpath query'1066')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
For more information, visit information about custom 404 on the umbraco website.
never mind i got it!
i had some trouble with the document type.. had to allow child nodes..
is working on a reply...