deleted my admin email and I can't sign in to change it
It tells me my account is locked and I need to log in with forgot password, but I don't have access to that email. How do I sign in?
-
- · unknown
- ·
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;
-
- · Genesis
-
·
In reply to unknown
- ·
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.
-
- · DayDreamer
- ·
I am also facing similar issues, how to reset the password without having smtp configured.
-
Hello @anand83r !
It can be done this way https://una.io/wiki/FAQ#how-do-i-manually-reset-the-password