Hi nonmais,
What a pain! But no worries. To create a new password you'll need to do this: create a new file on your server and the following PHP. Load it up in your browser and copy the generated code to your clipboard.
Then, update the database record with that value and log in with the password "mypassword".
Hope this helps!
Oh - and once you've logged back in, be sure to double check your email address on file for the admin account. And if you're using Swift Mailer, log into that module and do a couple of tests to confirm the emails are getting sent. If they're not, disable it!
All the best.
- Ben
What a pain! But no worries. To create a new password you'll need to do this: create a new file on your server and the following PHP. Load it up in your browser and copy the generated code to your clipboard.
PHP Code:
<?php
echo md5(md5("mypassword"));
?>
Then, update the database record with that value and log in with the password "mypassword".
Hope this helps!
Oh - and once you've logged back in, be sure to double check your email address on file for the admin account. And if you're using Swift Mailer, log into that module and do a couple of tests to confirm the emails are getting sent. If they're not, disable it!
All the best.
- Ben