ZenphotoCMS Forum
I would like no password - 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: I would like no password (/thread-1313.html)



I would like no password - dbg - 2007-03-21

Hello,

(sorry for my english, I'm french)
I would like to don't have to put login and password on my web page. Is it possible? How can I do?
The reason is that I use already session and I want that everybody who's login can admins albums...

Thanks a lot!

damien




I would like no password - trisweb - 2007-03-21

In the file auth-zp.php, just comment out all the authentication checking code (lines 13-47) and make $_zp_loggedin = true; instead.




I would like no password - dbg - 2007-03-21

thanks a lot trisweb , It's working!