Page 1 of 1

Reset Password Via MySQL

Posted: Mon May 25, 2020 2:41 pm
by ryancamp1
Hi All

My site is still in dev mode, and cannot send out emails.

Is there a way to reset the password for admin in the MySQL database?

Re: Reset Password Via MySQL

Posted: Mon May 25, 2020 3:19 pm
by alfa24
UPDATE core_user SET pass = MD5("your_desired_password") WHERE userid = "/admin";