sbillard on "Repeat password text box is disabled"
Just so you know, I do run ie9 and ie10 and do not have problems with the login page. So probably some specific configuration on your browser. But I would have no idea what.
View Articlejphilbert on "Issue loging in from Plugin"
This might be some kind of security issue but after 2 days I have not been able to track it down.Now it seems that it does not affect everyone but this one install of Zenphoto 1.4.4.3 will not...
View Articlesbillard on "Issue loging in from Plugin"
you can use the DEBUG_LOGIN define to gather more data on your problem.But some comments on the code snippet you have posted.is "decode64" supposed to be base64_decode?$_zp_authority should probably...
View Articlejphilbert on "Issue loging in from Plugin"
Thank you will try some things..its not my code so I have been going over every thing and cleaning it up.Optimizing and adding new features ...so thank you for the suggestions
View Articlejphilbert on "Issue loging in from Plugin"
your decode64 question -------------------------function decode64($args) { foreach($args as $key=>$value) $args[$key] = base64_decode($value); return $args; }
View Articlejphilbert on "Issue loging in from Plugin"
@sbillard The working installation zp-1.4.4.3 ["passhash"]=> string(1) "2" -----------------------Not working zp-1.4.4.3 ["passhash"]=> string(1) "0"The ONLY significant difference between the 2...
View Articlesbillard on "Issue loging in from Plugin"
Neither of these hashes look correct. They should be fairly long strings. They are matched against the string in the pass field of the database.The first case would work since the empty string will...
View Articlejphilbert on "Issue loging in from Plugin"
O boy did I get caught in the spam filter smh
View Articlejphilbert on "Issue loging in from Plugin"
So studying the debug log and looking at the code again I need some clarification. ----------------------- $_zp_authority->getAnAdmin(array('user=' => $args['loginUsername'], 'pass=' => $hash,...
View Articlesbillard on "Issue loging in from Plugin"
Take a look at the passwordHash function. You will see that it uses different algorithms depending on the setting for the strong_hash option. So the two installs may have different settings for this....
View Articlejphilbert on "Issue loging in from Plugin"
coolness figured out the mindset once I took a look at the debug logs .. thanks for the code it should fix me fix the problem quickly ..
View Articlecallimaco on "Facebook federated login"
Hi. There are news for this "project" or implementation?Thanks!
View Articleacrylian on "Facebook federated login"
If there were you would find it on our extensions section. So in short, no.
View Articlejphilbert on "Facebook federated login"
I am actually working on one and will add it to zenFBSuite :)
View Articlewinddancer on "Mixed access albums?"
Hi all,I am just migrating from gallery 3 and as such I am having some questions concerning how Zenphoto is working. Unfortunately I can't tell from the user guide section.So here is what I want to do:...
View Articlesbillard on "Mixed access albums?"
You will have to password protect any album you want not to be public.You will need to password protect the "full image" view.Album 3 should be un-published so it will not show on the index page except...
View Articleacrylian on "Mixed access albums?"
To answer one question that will come next for sure directly: You can only assign user rights to top level albums. This is a "drawback" and on purpose and the reason is that Zenphoto's albums are...
View Articlecanius on "Changed Domain after installation"
Hello to everybody! I'm new to ZenPhoto and I had installed latest version on my webspace with a subdomain (mf.melian.de) to check out all features, espacially upload direct from Lightroom with plugin...
View Article