IC
Asked
Hi Team,
I was testing the template and adding products with my user but I had to suspend the develop for some time... Now I'm back I forgot the user password and I didn't configure any SMTP to send the 'forgot my password' email.
Which is the hash algorithm used to store the password in the database for the users? Knowing that I can set it manually and access my user as I don't want to re-install and lose my work.
I was testing the template and adding products with my user but I had to suspend the develop for some time... Now I'm back I forgot the user password and I didn't configure any SMTP to send the 'forgot my password' email.
Which is the hash algorithm used to store the password in the database for the users? Knowing that I can set it manually and access my user as I don't want to re-install and lose my work.
- MSAnsweredHello,
I think it's sha1. You can check in `app/config/ion_auth.php` OR
You can update the user password to `2c8ab736b2ccab4f50e72d5fd7d21020cbb77ae7` to reset it to default `12345678`
Thank you - Login to Reply