-
Citing @Expertzkris manually change it thru db Run the following SQL query:
UPDATE `sys_accounts` SET `password` = SHA1(CONCAT(MD5('new_password'), `salt`)) WHERE `email` = 'account@email.here' LIMIT 1;
Citing @Expertzkris manually change it thru db Run the following SQL query:
UPDATE `sys_accounts` SET `password` = SHA1(CONCAT(MD5('new_password'), `salt`)) WHERE `email` = 'account@email.here' LIMIT 1;
Thanks. There should be another way for admins to recover their account. Maybe a backup email or backup text message option for admins and also for members. I had to create a new email account and change the email in the database just to get into studio.