PhpNurd Posted November 2, 2008 Posted November 2, 2008 Hi I forgot the admin password, so when i try to access mysite/iadmin my password is not working. How do i reset it. I have ftp access.
satish Posted November 2, 2008 Posted November 2, 2008 Go to PhpMyAdmin. Delete all the rows in administrator field. Code checks the count so will allow You to create a new one. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
PhpNurd Posted November 2, 2008 Author Posted November 2, 2008 Go to PhpMyAdmin. Delete all the rows in administrator field. Code checks the count so will allow You to create a new one. Satish Thanks satish, it worked like a charm :)
ggarza Posted November 7, 2008 Posted November 7, 2008 Thanks satish, it worked like a charm :) I have exactly the same problem, and when I delete the lines of administrators, where exactly does the system ask me for a new password? Gilberto
stonenote Posted November 7, 2008 Posted November 7, 2008 Hi Satish, I am having so many problems.... I just had to have the Hoster re-install the SSL and each time they do it doesn't allow me to log into my admin panel and will not accept any of the 2000+ customer passwords. Here below is how to delete the table for admin. Go to PHPMyAdmin to the administrators table and click on the SQL tab and you can do the following code to delete the table. Then go back to your browser and log in. DROP TABLE IF EXISTS administrators; CREATE TABLE administrators ( id int NOT NULL auto_increment, user_name varchar(32) binary NOT NULL, user_password varchar(40) NOT NULL, PRIMARY KEY (id) ); Here is the BIG PROBLEM... I have done that - have had to do it twice. Seems you can't put in the same user name or password - I've had to create new ones. Now this second time after I delete it and go back to add an administrator it is NOT writing the user name in the table and therefore will not allow me to log on. I really need some help with this. I can't log on to my customers backend and neither can the cusotmers! SSL is fixed though <G>. If anyone can think of what is happening or how to solve I'd certainly appreciate it!
satish Posted November 7, 2008 Posted November 7, 2008 Check the data base constraints. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.