Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
Is there any way to set a password for my front end page. It should not be possible to see any content without verifying via password.
After inserting correct password it should be possible to see all the content
Normally this could be done via htaccess
Thanks
Hey Dominik,
You need to have a look at Umbraco 'Membership'.
In basic terms:
1) Go into the membership section on Umbraco and create a member
2) Secure a page / directory by right clicking the node in the back end and selecting 'Public Access'
3) On the login page you select use a .NET Login Control to log the user in (using the member created in 1)
Rich
Hi Rich,
So i need to create a own login page? i just need a username / password prompt for all frontend pages
Depends what it's for?
If it's for all pages (the whole site) you can use IIS Authetication (basic for example)
yes i need it for all front end pages.
Can you please explain it more detailed
thanks
Hi,
Do you have remote desktop access to your server? If so you can use windows authetication.
http://www.iis.net/ConfigReference/system.webServer/security/authentication/windowsAuthentication
If not just restrict your site like I said in my first post but right click your home node and select 'Public Access'
hi Rich,
If i do it in your mentioned way it is asking for a login and an error page.
Is there a standard login page i can use?
No there isn't a standard login page.
You need to add a template / doctype or whatever you need and just include
<asp:Login runat="server" id="lgCtrl"/>
I just tried and a form is shown to me but if i try to login with the user and password i have configured via "Public Access" does not work
You need to add this user as a member in the back end.
Is it also possible to use single user protection to protect all sites - i have found this property under the "Public access" section?
I've not used that but maybe have a look at this page http://our.umbraco.org/wiki/reference/umbraco-client/context-menus/public-access
yes i know this thread but there i need also a login page
I tried it by adding a new member but if i click login on my new created login site i am not forwarded to my restriced page.
Any solutions?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Restrict Front end with password
Hello,
Is there any way to set a password for my front end page. It should not be possible to see any content without verifying via password.
After inserting correct password it should be possible to see all the content
Normally this could be done via htaccess
Thanks
Hey Dominik,
You need to have a look at Umbraco 'Membership'.
In basic terms:
1) Go into the membership section on Umbraco and create a member
2) Secure a page / directory by right clicking the node in the back end and selecting 'Public Access'
3) On the login page you select use a .NET Login Control to log the user in (using the member created in 1)
Rich
Hi Rich,
So i need to create a own login page? i just need a username / password prompt for all frontend pages
Depends what it's for?
If it's for all pages (the whole site) you can use IIS Authetication (basic for example)
Rich
Hi Rich,
yes i need it for all front end pages.
Can you please explain it more detailed
thanks
Hi,
Do you have remote desktop access to your server? If so you can use windows authetication.
http://www.iis.net/ConfigReference/system.webServer/security/authentication/windowsAuthentication
If not just restrict your site like I said in my first post but right click your home node and select 'Public Access'
Rich
hi Rich,
If i do it in your mentioned way it is asking for a login and an error page.
Is there a standard login page i can use?
Thanks
Hi,
No there isn't a standard login page.
You need to add a template / doctype or whatever you need and just include
Rich
hi Rich,
I just tried and a form is shown to me but if i try to login with the user and password i have configured via "Public Access" does not work
Thanks
Hi,
You need to add this user as a member in the back end.
Rich
Is it also possible to use single user protection to protect all sites - i have found this property under the "Public access" section?
I've not used that but maybe have a look at this page http://our.umbraco.org/wiki/reference/umbraco-client/context-menus/public-access
Rich
yes i know this thread but there i need also a login page
I tried it by adding a new member but if i click login on my new created login site i am not forwarded to my restriced page.
Any solutions?
is working on a reply...