677 Messages
•
44.6K Points
Sitebuilder Plus: Password Protected Pages

You can password protect pages that you don't want to be viewed by the public. Follow these steps to password protect individual pages:
- Click Websites Manager in the left navigation menu. Then, click Edit Site.
- Go to the page you'd like to password-protect.
- Click Page Settings in the top toolbar. Select Advanced Settings from the drop-down.
Then, enter a password for the page. - Save and Publish the page and it will be password protected.
Warning: Search engines can't crawl any web page that is password protected. Your website may be penalized by ranking lower in search.
Sites that do not use Master Templates will always have the password field available on every page. However newer sites that were created with SiteBuilder Plus and include the Master Templates, have a feature where this can be turned on or off. If you need to set a password for a page, but don't see the option, click the "Background, Links, Footer" tab, and then you will see a button that says "Set for this page". After selecting that button, then go back to the "Advanced Settings" tab, and it will show the password field. 




bett8492
4 Messages
•
140 Points
12 years ago
3
0
miken2387
3 Messages
•
154 Points
12 years ago
I have 5 pages. I would like to restrict 1 page to customers only. Is there a way to create a customer login to that area?.
1
0
im_just_saying
5 Messages
•
394 Points
12 years ago
Password protecting your website.
How do you put a password on your website using Sitebuilder Plus?
0
0
xosandee
9 Messages
•
308 Points
12 years ago
How do I change the password for a password protected page?.
0
0
peggy4jesus
7 Messages
•
604 Points
12 years ago
letmein. To change the password protected page (the target page), change protectpage.html <SCRIPT>
function passWord() {
var testV = 1;
var pass1 = prompt('Please Enter Your Password',' ');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "letmein") {
alert('You Got it Right!');
window.open('protectpage.html');
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','Password');
}
if (pass1.toLowerCase()!="password" & testV ==3)
history.go(-1);
return " ";
}
</SCRIPT>
<CENTER>
<FORM>
<input type="button" value="Enter Protected Area" >
</FORM>
</CENTER>.
1
0
jim
12 Messages
•
360 Points
11 years ago
1
0
jim
12 Messages
•
360 Points
11 years ago
I click on "Format", then "Page Properties". A box appears with the tabs "Basic", "Meta Tabs" and "Advanced" at the top.
Typing in the password is under "Basic".
1
0
jim
12 Messages
•
360 Points
11 years ago
1
0
jim
12 Messages
•
360 Points
11 years ago
Page : roster.html
** Note : I have removed the password.
1
0
jim
12 Messages
•
360 Points
11 years ago
Clearing the cache and History doesn't make any difference for me.
Also, the box you showed previously does not exist on my version of Site Builder.
As to browsers : MIE9 and Firefox 6.3.13.
As you have seen, there is definitely a problem with the password function.
1
0
jim
12 Messages
•
360 Points
11 years ago
I added the password to the page.
I restarted my PC.
I then brougut up the web site. I went to the "roster" page.
Same result --- NO password box.
So -- obviously this is a Homestead Problem. The problem is NOT on my end.
2
0
michelle0083
6 Messages
•
352 Points
11 years ago
1
0
nicole7402
2 Messages
•
132 Points
11 years ago
how can I make a site show "under construction" while making changes?.
I have built the site and the client wants to have the site hidden for a week while we make some major changes. We do not want to delete the site, just hide it. How do I do this?
1
0
justinnaylor027719
3 Messages
•
162 Points
11 years ago
How do I temporarily restrict access to my website for updates?.
1
0
mbrosefitness2450
2 Messages
•
132 Points
11 years ago
How do you block your site from the public?.
1
0