Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I want to set up a guest album with a password do you have any tips on the best way to do this please.
Martin
Offline
Have a look under the Backlight > Settings > Manage Users menu item.
Offline
Thank you
Is there any way that the password has to be entered each time the album is viewed. I have set up a test album and once the password has been entered it can be views without using a password.
Offline
I think you'll need to close and reopen the browser for the password to be required again
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
My apologies for providing the wrong advice. I had read that as guest *admin* and not guest album. Logins for albums are set up in the album settings within Lightroom.
Offline
This is a quick an dirty option to delete the password cookies for the "Backlight powered domain" after closing the tab or leaving for another URL (outside the page)
1.) Enable "PHPlugins" for your template
2.) Insert the following code
function ttg_scripts( $style, $path ) {
session_destroy();
}
3.) Enjoy
PLEASE NOTE: Wait for one of the TTG team to double check this solution (although it is working for me) because I don't know if this will affect any other open tabs!
Offline
Pages: 1