Page 1 of 1

Forgot admin username

Posted: Thu Aug 04, 2011 6:42 am
by darkNiGHTS
I haven't worked on my site in about two weeks and I forgot my admin username in opencart! I reset the password so I know I'm typing that in right and I've tried every username I can think of. I tried searching the forums, but couldn't find anything. If someone could help me that would be great!

Re: Forgot admin username

Posted: Thu Aug 04, 2011 7:07 am
by SteveSherry
are you able to use sql commands in your database?
go to your cpnel, select phpMyAdmin
select your database
then type

Code: Select all

select * from users
This will show you the admin usernames.

Re: Forgot admin username

Posted: Thu Aug 04, 2011 7:08 am
by SteveSherry
alternatively, (if you are using a compatible version of opencart)
http://forum.opencart.com/viewtopic.php?t=15626

Re: Forgot admin username

Posted: Thu Aug 04, 2011 7:20 am
by darkNiGHTS
Thanks steve, that did the trick!