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?
Reset Password Via MySQL
Re: Reset Password Via MySQL
UPDATE core_user SET pass = MD5("your_desired_password") WHERE userid = "/admin";
Per supporto GRATUITO contattatemi in privato qui