Reset Password Via MySQL

Backend functionalities: user management, course management, reports, certificates, etc.
Post Reply
ryancamp1
Newbie
Posts: 1
Joined: Mon May 25, 2020 5:36 am

Reset Password Via MySQL

Post 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?
alfa24
Senior Boarder
Posts: 2031
Joined: Fri Nov 24, 2017 8:45 am

Re: Reset Password Via MySQL

Post by alfa24 »

UPDATE core_user SET pass = MD5("your_desired_password") WHERE userid = "/admin";
Per supporto GRATUITO contattatemi in privato qui
Post Reply