22

password protect for selected page

A membership page would be great ! Something with a password for members. That's the only thing I am returning back to  webs.com. sorry !!!

14件のコメント

  • Avatar
    Happiness Officer
    正式なコメント

    Yes, this has been implemented! You can now set a member's only page or secure content within your multi-page website via page passwords. Check it out

  • 3
    Avatar
    Dave Weatherall

    Yeah that would be awesome!

  • 5
    Avatar
    Pete Christ

    Password protect a select page is one of the few things missing on an already great platform. PLEASE add this feature soon. 

  • 2
    Avatar
    John Bennett

    Agree with the above. Password protect for a members page would be great. 

  • 1
    Avatar
    Sonm

    THIS WOULD BE GREAT IDEA!

  • 1
    Avatar
    Cheryl Devine

    Very useful for a "clients only" section of the page

  • 1
    Avatar
    Steve Ashton

    Definitely need the ability to password protect individual pages rather than protecting the whole site

  • 1
    Avatar
    Steve Kucia

    Yes as I move some of my Wordpress sites across to Strikingly I notice that this feature is missing.  May resort to sime custom code but prefer it to be a simple option.

  • 0
    Avatar
    Steve Ashton

    I've found a workaround. You can use this code and link it to a page that is hidden (not showing on the navigation tab)

     

    <SCRIPT>
    function passWord() {
    var testV = 1;
    var pass1 = prompt('Please Enter Your Password',' ');
    while (testV < 3) {
    if (!pass1)
    history.go(-1);
    if (pass1.toLowerCase() == "ENTER YOUR PASSWORD HERE") {
    alert('success!');
    window.open('/ENTER THE PAGE NAME HERE AFTER THE /');
    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="*****Click Here To Enter The Protected Area*****" onClick="passWord()">
    </FORM>
    </CENTER>

  • 2
    Avatar
    Martin

    Would be great to have the functionality to password protect a section or page. 

     

    I have some news and reports I would like to share only with people after they have signed up .  It would be nice to keep the functionality all tied together with the overall website.  

  • 2
    Avatar
    Amy

    Yes yes!!  I vote all for the password protected membership site!  I also am using another platform for that and would LOVE to stick with Strikingly!!  

     

     

  • 1
    Avatar
    Taylor

    As a Webmaster for a nonprofit, we really need to have the option to have password protected pages within the Strikingly website. Please add this feature to your already awesome platform... this is so needed. Thanks!

  • 1
    Avatar
    Jacqueline Merville

    A members only password protection on a page would be great! I'm a leader in a huge organization and we would love a section where we can send just our members without having to recreate an entire website. thx!!

     

  • 0
    Avatar
    Justus h Lewis, PhD

    I agree. I would love to have a password protected page so that I could put my online courses there.

サインインしてコメントを残してください。