x

How do I use a different password to password protect different pages?

[Note: The title of this post has been edited by a moderator.]

Are there any definite plans to add a feature to password protect individual pages?  I am a photographer and password protect my client galleries.  It works great but I do not like the fact that clients can view other client galleries.  I know there is a work around by creating groups to limit access to pages but that unfortunately will not work in my case.  If I have a client that wants to share their gallery with other family members, doing so with a page password would allow anyone with the password to see it.  I would not need to give them access by adding them to the group.  The group feature reduces the freedom my clients would have in sharing their gallery and that would not sit well with them.

I am planning to revamp my entire website soon but am holding off until I get a better feel if Weebly is planning to make any changes to this feature.  If there are no plans to do so, I may have to switch to another web host.  I really love Weebly but this has become a major sticking point for me.

16,431 Views
Message 1 of 37
Report
1 Best Answer
Square

Best Answer

While we don't currently support setting different site passwords for different pages, our Membership features can provide this kind of option for you. With Membership you can make pages members or groups-only, and they have their own separate login information.

Note: Membership is currently only available for sites built using the classic Weebly drag and drop editor.

View Best Answer >

16,350 Views
Message 9 of 37
Report
36 REPLIES 36

I had to create a separate page with just the login html code from Mike.  Then I hid the visibility of the page I wanted to protect.

2,431 Views
Message 32 of 37
Report
Square

Awesome! Thanks for sharing, @myates

2,431 Views
Message 32 of 37
Report

YES!!! Thank you!! Just a note to save the next person a minute or two...be sure to change the "if ([..." values a couple of lines above the "switch(form..." line also, when you change the password to web page words.

Thank you so much! This is exactly what I needed.

2,485 Views
Message 32 of 37
Report

Thank you so much for this code.  Works perfectly!

2,433 Views
Message 32 of 37
Report

Hi - again thank you for the code.  I added the following right before you open the page you want to protect (the old window stayed open and it had a message about the weebly site being under maintenance).  This closes the old window.  Thought I would share (I don't know anything about html coding, but it seemed to work):

switch(form.pswrd.value) {
case "password":
window.close();
window.open('http://www.weebly.com/');
break;

2,432 Views
Message 32 of 37
Report

Hi Mike! Thank you for the code! It was really useful. I noticed that when I pressed 'Enter' it wasn't working. I fixed it by editing the input onkeydown event. 

<input  type="password" name="pswrd" onkeydown = "if (event.keyCode == 13) {event.preventDefault(); document.getElementById('pwsubmit').click()}"/>

And also a minor edit in the event listener. 

function checkentry(e)
{
document.getElementById("pswrd")
    .addEventListener("keyup", function(event) {
    event.preventDefault();
    if (event.keyCode == 13) {
        document.getElementById("pwsubmit").click();
    }
});


}
2,028 Views
Message 32 of 37
Report

This is an awesome tool. Do you know of a way to prevent individuals from going directly to the URLs without going through the password page? I'm looking for a solution that forces a user to go through a password procedure and that they wouldn't otherwise be able to get to the resulting URL. Does that make sense?

1,925 Views
Message 32 of 37
Report

wondering if anyone may have an update to this where it would permit the ENTER button on a boiler phones keyboard input. as of now it provides an error. 

1,302 Views
Message 32 of 37
Report

I would LOVE to see a  password protected page on the website in Weebly as well. I'd like  to post my Clients Photography Proofs that only they can view. Has the fire gone out on this one or is it still simmering on the back burner for the last 2.5 years.

Would Love to have this greatly needed option in Weebly.

Thank you for listening. 

2,007 Views
Message 32 of 37
Report

Thank You, Thank You, Thank You!! It works! : D
2,018 Views
Message 32 of 37
Report

Come on Weebly, sort this out!! There is a big demand for it, and I’m seriously considering moving my whole website over to another service which will be able to offer this feature. 

2,415 Views
Message 36 of 37
Report

Not sure if you all still need this but you can password protect individual pages in the page menu of the builder. 

  1. Make sure site password is unchecked in main settings page where you set the favicon and all that.
  2. Go to the pages section of the builder
  3. Select the desired page and then set the visibility to "password"  It will no prompt you for a password.  

image

2,165 Views
Message 36 of 37
Report

By doing this, am I giving guests the password to my Weebly account? 

It doesn't offer me an option to give a separate password for that page.

1,684 Views
Message 36 of 37
Report
Square

Setting a site password is not the same as your account password (unless you set the same password for it for some reason). To set the password, open your site in the website editor and go to the Settings tab.

1,682 Views
Message 36 of 37
Report

I know it's now possible to password protect individual pages (thank you to this post), but it would be great if we were able to password protect individual blog posts.

I'd like to make my blog public but I don't want all of my posts to be made public. It seems I have only either/or option - either make the whole blog public or make the whole blog private - no compromise or flexibility.

I’m thinking here, where it says “POST OPTIONS”
There should be a section called “VISIBILITY” — just like there is for pages (see attached).
 
I have Googled the topic and I can see WordPress offers this feature (see attached) so shouldn’t be too difficult to implement.
I have posted a separate feature request for this but though I'd post here as well since the topics are related.
 
imageimageimage
1,627 Views
Message 37 of 37
Report

I would also like to see individual passwords available so that I can password protect individual pages. As it stands now, I cannot utilize the website the way I need to. I do NOT want to use an external app that charges me $25/month for services that I do NOT need (i.e. MemberSpace).
1,498 Views
Message 38 of 37
Report