Hello
I lost admin password, how I change from Database
Thank you
Hello
I lost admin password, how I change from Database
Thank you
If u added a email address to the user admin try your url.com/send_pwd.php
If u dint i think u can add email tru phpmyadmin and then do a request password
Last edited by DGTALGOODIES; 05-25-2009 at 06:18 PM.
Thank you
I add email to database and its work
Thank you
Glad to help where i can![]()
You can also look in the DO NOT UPLOAD directory and upload the file called reset admin. This will reset your password back to "admin". Make sure you delete the file after you are done.
Thank you Bruceper
I tried this way in version 1.3.3
It does not work
You get the information to remove and create a new account.
It is not possible to continue logging.
Perhaps because it creates the password"admin" is normal not MD-5 admin=21232f297a57a5a743894a0e4a801fc3
In the case 1.3.3 of the use of the file does not have any sense
Last edited by Bobi; 05-25-2009 at 09:52 PM.
Best Regards,
P.S. Sorry for my English.
It's probable that the admin reset script was missed and didn't get updated for md5
Bruce
This is.Therefore, I propose a change to the file reset-admin.php
Line:114
From:
to:PHP Code:('admin', 'admin', 'Administrator', '', now(), 1, '', 0, '',
For me worksPHP Code:('admin', '21232f297a57a5a743894a0e4a801fc3', 'Administrator', '', now(), 1, '', 0, '',
Best Regards,
P.S. Sorry for my English.