khaus Posted October 18, 2008 Share Posted October 18, 2008 Just installed, everything is working fine, just forgot to write down the Admin area user and pass. I know there is a config file in the includes folder for the database inoformation, is there something like this for the Admin area? Is there another way to track/receive the user/pass for the admin? Link to comment Share on other sites More sharing options...
Guest Posted October 18, 2008 Share Posted October 18, 2008 see http://addons.oscommerce.com/info/1162 Link to comment Share on other sites More sharing options...
♥Vger Posted October 18, 2008 Share Posted October 18, 2008 Ignore the last post. It has nothing to do with your administrators password to the osCommerce admin panel. Go to your database using phpMyAdmin, and look at the 'administrators' table. Click to Browse it The User Name is in there in plain text, so that's easy to get - but the Password is encrypted. Under 'Type' make sure that MD5 is there in the list. If it is:- Delete the long string of characters and numbers which is the encrypted password. Add a new password (plain text) from the dropdown menu select "MD5" You should have something that looks like this: user_password varchar(40) MD5 If everything looks correct, click the "GO" button. Shut down your Browser, delete all Temporary Internet Files and all Offline Content, and any Cookies for your website. When you next open the browser you should be able to login to your admin panel with the User Name and the new Password you set. Vger Link to comment Share on other sites More sharing options...
Guest Posted October 19, 2008 Share Posted October 19, 2008 Hi sorry for that you right it should of been the "Reset Admin Password" http://addons.oscommerce.com/info/5857 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.