When i enter username and password in Umbraco8 it showing Login failed for user . but i didn't chage username and password. How to fix can anyone tell. Thanks in advance.
You need to configure SMTP details of the server where you are going to host the website or gmail/outlook/mailgun smtp details. Something you can get from your hosting provider.
In umbracoSettings.config, you need to also setup correct email under notification node.
Login Credentials
When i enter username and password in Umbraco8 it showing Login failed for user . but i didn't chage username and password. How to fix can anyone tell. Thanks in advance.
Hi,
It could be that your user has got locked because of incorrect attempts.
You can do 2 things:-
You can go to database and check for table umbracoUser and userDIsabled and userNoConsole should be 0.
Enable Password Reset Function on Login Page (currently you have not proper setup so it's hidden), this can be done by following steps in this article. https://our.umbraco.com/Documentation/Getting-Started/Backoffice/Login/#password-reset
Please review and let me know your views.
Regards,
Shaishav
What i have to give in yellow marks? My username and password and what about Host and from?
Hi
You need to configure SMTP details of the server where you are going to host the website or gmail/outlook/mailgun smtp details. Something you can get from your hosting provider.
In umbracoSettings.config, you need to also setup correct email under notification node.
Regards,
Shaishav
Mohsin Khan, have you tried to use smtp4dev ?
I created a post on my blog in case you lost CMS Control! how to reset admin password in Umbraco
is working on a reply...