![]() |
|
Lost access to ZenPhoto administration panel - 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: Lost access to ZenPhoto administration panel (/thread-6929.html) |
Lost access to ZenPhoto administration panel - ssugasti - 2010-04-16 Aloha Zenphoto team! First of all congratulate you for providing this great service! I'm using ZP as a year ago without any problems, but this week I had a serious problem: I can not access the zenphoto administration panel with admin user and even to create a new user with administrator privileges. I resorted to the option to reset the password, I got an email, follow the steps and nothing. I have checked (delete) the cookies and have tried with other browsers, I have even expected to be any kind of data updated by the ZP, I have not done well on the server critical updates. The error I always get (in the login page) is: "There was an error logging in.Check your username and password and try again." The last thing I did was go to phpMyAdmin and create a md5 encrypted password to replace the existing one. save and returned to the login page without success. I would appreciate a helping hand, thanks! Regards Lost access to ZenPhoto administration panel - Blue Dragonfly - 2010-04-16 The passwords are not a stright MD5 hash - they are "salted" with the "Augment password hash" value on the Options age, General tab. In fact, if you can simply store a straight MD5 hash as a password and have it work in an application, then that's not a very secure application! I believe you will have to use the built-in password reset feature to get logged back in. Does the error you listed above occur when using the password reset link also? I'm not sure what you mean by "nothing", so please be more specific as to what happens when you use the password reset link, especially if it gives you a different error. Also, what version are you using? Lost access to ZenPhoto administration panel - acrylian - 2010-04-17 If the password reset does not work please read this: http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#16 Lost access to ZenPhoto administration panel - ssugasti - 2010-04-18 Blue_Dragonfly, Ouch, you're right! Acrylian, I deleted the administrator user and recreate the table, I can access the ZP administration panel, again. Boys, thanks for the immediate support! Next time I will read the _TroubleshootingZenPhoto before posting something in the forum. |