shopping.uk Posted May 28, 2009 Share Posted May 28, 2009 Sorry about asking what must have been asked loads of times before, but......... I have Forgotten my admin password, so how can i find it? I know its in a database somewhere, but as a newbie i have no idea what file or line within the files im looking for, so a plain english answer would be helpful. Thanks in advance Russell Link to comment Share on other sites More sharing options...
steve_s Posted May 28, 2009 Share Posted May 28, 2009 Sorry about asking what must have been asked loads of times before, but......... I have Forgotten my admin password, so how can i find it? I know its in a database somewhere, but as a newbie i have no idea what file or line within the files im looking for, so a plain english answer would be helpful. Thanks in advance Russell run this sql in phpmyadmin on your osc database INSERT INTO `administrators` (`id`, `user_name`, `user_password`) VALUES (2, 'admin', '72cc7bf841d77c02b3b91bb85561163d:ce'); you can now login is admin/admin and change your password and then delete this user Link to comment Share on other sites More sharing options...
shopping.uk Posted May 29, 2009 Author Share Posted May 29, 2009 run this sql in phpmyadmin on your osc database INSERT INTO `administrators` (`id`, `user_name`, `user_password`) VALUES (2, 'admin', '72cc7bf841d77c02b3b91bb85561163d:ce'); you can now login is admin/admin and change your password and then delete this user Sorry for sounding completely stupid :unsure: , but how do i do this? Link to comment Share on other sites More sharing options...
BryceJr Posted May 29, 2009 Share Posted May 29, 2009 Sorry for sounding completely stupid :unsure: , but how do i do this? Login to phpMyAdmin. The top navigation bar you'll see "STRUCTURE", "SQL", "SEARCH", etc. Click SQL, paste that code in the box, and click GO. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.