I would like no password

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

Comments

  • trisweb Administrator
    In the file `auth-zp.php`, just comment out all the authentication checking code (lines 13-47) and make `$_zp_loggedin = true;` instead.
  • dbg Member
    thanks a lot trisweb , It's working!
Sign In or Register to comment.