Admin Password Lost / Reset

Robert

New Member
So I lost the admin password and reset function is not sending me anything.
I searched the comments on codecanyon and found the following password hash:
$P$GUih7JEhAQa6lSWZlpM6qI0UZjYy3R0
Which should set the password to 1234567890.

I set this via phpmysql, unfortunately I still cannot login. I also tried changing the user email but still receive the same error message: screenshot --> http://www.screencast.com/t/wr0rbT0D7

Should I be using the User_ID value rather than Email for Login?
 
Hey,

Two things:
1. That password hash has to be added into user table (or mw_user)
2. You have to login at /backend NOT /customer url

If you do both, you'll login just fine.
Thanks.
 
Back
Top