Hi,
I have tried everything to resolve this by searching these forums.
I can no longer login to my websites admin panel.
Any help?
Regards
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi,
I have tried everything to resolve this by searching these forums.
I can no longer login to my websites admin panel.
Any help?
Regards
Is this the SilverStripe admin panel as the following post gives advice on setting a default username/password vi _config.php
http://www.silverstripe.org/general-questions/show/5304
Or you could try adding this into your _config.php for a default username/password then modify the password for your login via security.
But do remember to remove it after as it is a security risk
define('SS_DEFAULT_ADMIN_USERNAME', 'admin');
define('SS_DEFAULT_ADMIN_PASSWORD', 'password');