![]() |
|
Wordpress plugin: ZenPhoto Single Sign-On - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Wordpress plugin: ZenPhoto Single Sign-On (/thread-990.html) Pages:
1
2
|
Wordpress plugin: ZenPhoto Single Sign-On - misterbrandt - 17-12-2006 I have a new Wordpress plugin available: "ZenPhoto Single Sign-On" The plugin is hopefully pretty self-explanatory: [list] [b]To configure and install this plugin:[/b] The plugin needs to know [list] I have only tested this plugin on my own installation so far, so there may be some scenarios that aren't covered. Reply in this thread with any questions/problems/suggestions and I will try to get them rolled in promptly.
Wordpress plugin: ZenPhoto Single Sign-On - DarrellD - 18-12-2006 Thanks! Wordpress plugin: ZenPhoto Single Sign-On - Chilifrei64 - 18-12-2006 Not sure if matters to you.. but I have a windows server and this plugin did not work. This was because I did not have sha1 available on my server and it is using md5. I went to line and changed sha1 to md5 and it worked after that. Hope that helps somebody else. Nice work by the way I have been looking for an easy way to do this... Works great!! Wordpress plugin: ZenPhoto Single Sign-On - misterbrandt - 19-12-2006 Chili -- I hadn't thought of that. I borrowed the cookie code from this login hack, but that needlessly introduces a new dependency. Thanks for the report. I updated the plugin to use md5. Download links above are still current. Wordpress plugin: ZenPhoto Single Sign-On - trisweb - 19-12-2006 Yep, we've been using md5 for some time. All it a cookie of md5("user"."pass") at the correct path. Thanks for the plugin! It looks good! Wordpress plugin: ZenPhoto Single Sign-On - misterbrandt - 21-12-2006 This plugin (v.0.1.1) now has a home: http://elbedesign.com/projects/wp-plugin-zenphoto-single-sign-on/ and in shuffling things, new download links as well: Wordpress plugin: ZenPhoto Single Sign-On - sleary - 22-12-2006 Awesome plugin. I'm using it on three sites already. Thanks so much! Wordpress plugin: ZenPhoto Single Sign-On - sleary - 06-12-2007 Hey, misterbrandt, I think your site blew up. Is the plugin still around? The version I have doesn't seem to be working with WP 2.3. Wordpress plugin: ZenPhoto Single Sign-On - misterbrandt - 06-12-2007 sleary, you caught me . new webhost, borked site, etc etc. I'll check it out. I will probably only test against the most current ZP release - hope that works for you Wordpress plugin: ZenPhoto Single Sign-On - misterbrandt - 09-12-2007 sleary, I just tested my plugin against ZP 1.1.2 and WP 2.3.1, and it appeared to work correctly. The only behavior I see that seems odd is that logging out of ZP does not "take" (but logging out of WP does log you out of ZP as well). Can you describe your install and what is not working for you? (full path to WP, full path to ZP, expected behavior, behavior you are seeing) Wordpress plugin: ZenPhoto Single Sign-On - aitf311 - 09-12-2007 I am using WP 2.3.1 with the latest ZP trunk and couldn't get it to work either. My process: There have been some password changes in the trunk, the password is now hashed, perhaps that's the problem? Wordpress plugin: ZenPhoto Single Sign-On - misterbrandt - 09-12-2007 No, I am hashing the user/pwd: My plugin doesn't know the path to the ZP install, which is why ZP is having trouble unsetting the cookie that my plugin is setting. As I mention, my install seems to work just fine (with the exception fo the logout bug, which I am working on). My Wordpress is at /zpwp/wordpress/ and my zenphoto is /zpwp/zenphoto/. Sleary and aitf311: what is your path to ZP and path to WP? Are they in sibling folders? It would be very helpful to see what your cookie values look like to see where the problem is (I use the View Cookies Firefox Extension). Or if I can reproduce your install paths on my end I can try to reproduce the problem. feel free to email me with specifics or whatnot: jlb at elbedesign dot com. thanks for any help nailing down this problem... Wordpress plugin: ZenPhoto Single Sign-On - misterbrandt - 10-12-2007 I have a beta of version 0.2 of this plugin available here: Changes in 0.2b1: [list] Wordpress plugin: ZenPhoto Single Sign-On - sleary - 10-12-2007 Sorry I've been out of touch all weekend. I tried the latest version (which still reports itself as 0.1.1 in WordPress's plugin list, btw) just for grins, but I'm still seeing the same thing as aitf311: log into WP, go to ZP Admin, get prompted for password. It accepts the ZP pass, but not the WP one. Unlike you, I have ZenPhoto in a subdirectory of the WP site. Cookies are: ... where "foo" is actually a long, messy string. HTH. ETA: forgot to mention -- ZP is 1.1.2, WP is 2.3.1. Wordpress plugin: ZenPhoto Single Sign-On - misterbrandt - 29-12-2007 Okay, I'm back, and I think everything is running smoothly again. sleary, I replicated your setup with ZP in a subdirectory of the WP install, and I think I found the bug that was causing problems. Although my version of the plugin WAS reporting itself as 0.2b1 correctly, so I'm not sure if you had the latest version installed. plaintext: http://elbedesign.com/projects/zp_plus_wp/zenphoto-single-sign-on.phps This version should report itself as v0.2. If it doesn't, something strange is going on. Thanks for your patience. Wordpress plugin: ZenPhoto Single Sign-On - acrylian - 30-12-2007 misterbrandt: I have added this to our extensions page: http://www.zenphoto.org/2007/12/wordpress-plugins/ Wordpress plugin: ZenPhoto Single Sign-On - zitro62 - 10-02-2008 Any updates on this lately...I'd love to have a plugin like this that I can get working! What i see happening is when i log into WP and then check my ZP page at /gallery i see the zenphoto_auth cookie there, but as soon as i refresh my page the cookie disappears. am i missing something? Wordpress plugin: ZenPhoto Single Sign-On - misterbrandt - 10-02-2008 There haven't been any "updates" because there was no evidence of any problem since my last release. The most likely cause of breakage is not having the "path to zenphoto" set correctly. Beyond that, you may have found a new bug? I will try to investigate, but if I cannot duplicate, it is hard to resolve... Wordpress plugin: ZenPhoto Single Sign-On - tantulars - 08-07-2008 hi can u help me.. what wrong i get this error when im login in my wordpress Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/zmus/public_html/blog/wp-content/plugins/zenphoto-single-sign-on.php on line 124 Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/zmus/public_html/blog/wp-content/plugins/zenphoto-single-sign-on.php on line 129 Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/zmus/public_html/blog/wp-content/plugins/zenphoto-single-sign-on.php on line 129 Warning: Cannot modify header information - headers already sent by (output started at /home/zmus/public_html/blog/wp-content/plugins/zenphoto-single-sign-on.php:124) in /home/zmus/public_html/blog/wp-content/plugins/zenphoto-single-sign-on.php on line 147 Warning: Cannot modify header information - headers already sent by (output started at /home/zmus/public_html/blog/wp-content/plugins/zenphoto-single-sign-on.php:124) in /home/zmus/public_html/blog/wp-includes/pluggable.php on line 694 im using wordpress 2.5.1 and zenphoto 1.1.7 thx Wordpress plugin: ZenPhoto Single Sign-On - halem - 19-10-2008 hi, do you think you can add hashed password support into the plugin? Everything works as it should but, encryption would be nice if its added. |