Hi,
I created a gallery at http://photos.project22.org and protected some of the albums, like http://photos.project22.org/klettern.
To check this, I logged out, forwarded the link to friends
ZP 1.2.5 (SVN 4060)
What I did?
Well, I added a Album password, two times - ("klettern") - I also tried using a Guest User Name, tried it without ...
Any hints?
Thanks so much, fxk
Ok, found the difficulty. It will be fixed in tonight's build, but that may not be so stable as there has been a lot of change going into it recently.
You can change the function checkAlbumPassword($albumname, &$hint) in functions.php circa line 545. There is a line that reads
global $_zp_pre_authorization, $_zp_loggedin;
and needs to read
global $_zp_pre_authorization, $_zp_loggedin, $_zp_gallery;