SilverCart Forum
We moderate this Forum and we're here to help. Have you already run a forum search to check if your problem has already been solved?
You can help us helping you by providing detailed error messages, screenshots and logfile entries.
Page: 1 | ||
Topic admin account no longer available | 1931 Views |
admin account no longer available
22 October 2011 at 9:37amDear all,
after having successfully installed the module smtpmailer I now face a serious problem. I can no longer log in into the backend with my admin account. I looked at the database by using phpmyadmin and saw that there are no longer any members in the admin groups.
What to do ??? Is there a possibility to add a member to the admin group manually to the database ?
Cheers,
gegge
Re: admin account no longer available
22 October 2011 at 11:22amHello gegge,
put the following line in your _config.php:
Security::setDefaultAdmin('YOUR_EMAIL', 'YOUR_PASS');
Re: admin account no longer available
23 October 2011 at 8:08amHi Roland,
thanks a lot !
Cheers,
gegge