Hi there,
another question from Wete's coming: As you know I use ZenPhoto for my musical society webpage. The musicians are allowed to see the internal section (the images with the beer etc.), and therefor I created a user account for all members. When s.o. enters the internal section, password.php askes for the login data, and there is the link to "I lost my password ...". Is it possible to blank out this line/link? I read the documentation for printPasswordForm() in template-functions.php, but there is no solution for this task. My users and guests should not have the possibility to initiate a password reset.
Wete
OK, as I supposed, there is no feature for "password protected album" but for "album only accessable with special rights, defined for users". Then I think it is the best way to define one user for the group of people which is allowed to see the internal area and I have to hope that nobody klicks "I lost my password" just for fun ...
Wete
Quote:User names and passwords for guest users are assigned by an administrator. The user name is optional.
http://www.zenphoto.org/news/an-overview-of-zenphoto-users#guest_users
I have just set .logon_link { display: none; } which is nor really good style neither safe in any way, but I think it's okay for preventing mischief. I also removed the user name - I think that makes it impossible to try to change the login data (?)
And a second question: the value for $_zp_loggedin is empty, even when I'm logged in with this guest account?
Wete