Options

Password Screen

jerryrjerryr Registered Users Posts: 595 Major grins
edited September 23, 2008 in SmugMug Support
Hi - question regarding the password screen.
Is there any method in which the end-user is prompted a password screen and once a password is entered, the site takes the end-user to the specific gallery ? I am not referring to the site-wide visitor password screen, but something a little more dynamic.

- jerryr

Comments

  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited September 23, 2008
    jerryr wrote:
    Hi - question regarding the password screen.
    Is there any method in which the end-user is prompted a password screen and once a password is entered, the site takes the end-user to the specific gallery ? I am not referring to the site-wide visitor password screen, but something a little more dynamic.

    - jerryr

    I don't think Smugmug offers any capability like this, but if you are using it more for convenience rather than security, you could implement something like it yourself in Javascript.

    When a visitor first comes to your home page, you could prompt them for an "access code" and then, based on which code they enter, you could take them to a different gallery or category. The reason I said it wouldn't really be security is that all the logic would be in your page javascript (including the list of acceptable access codes and where they take you), available for any educated snooper (e.g. someone who knows how javascript works) to look at.

    Rather than prompting for a code, you could also use vanity URLs so that the user would just type your site name followed by any word of your choice and the vanity URL would take them to a specific place in your site without prompting.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • Options
    jerryrjerryr Registered Users Posts: 595 Major grins
    edited September 23, 2008
    Thanks - I was going to use the vanity URL logic with a combination of a text box to indicate the gallery the person wishes to access. Stay tuned for an update - jerryr
Sign In or Register to comment.