Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I am using UmbracoCMS 7.6.2 in one of my site.
When I try to login in backoffice on \umbraco Page. I am getting following error:
Login failed for user admin
As, login for 'Admin' was working fine till today and suddenly stops working.
I checked the console of the browser and getting following error:
Failed to load resource: the server responded with a status of 400 (Bad Request) umbraco/backoffice/UmbracoApi/Authentication/PostLogin
I check the log files and getting following error:
Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt failed for username admin from IP address, the user is locked
I'm currently experiencing the same problem with 7.6.4 and have the same error messages (bad request on PostLogin).
My team was working in the back-end all day without problems until the system kicked all authenticated users out and wouldn't let us log back in.
The logs display this message:
Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt failed for username marc@... from IP address ::1, the user is locked
However the user is not locked at all when I look at the table row..
I also tried falling back on the useLegacyEncoding="true" setting in the web.config but it did not help.
Not sure if it will help, but sometimes clearing all cookies or using an incognito session can help with this type of issue.
I have had this before as well after we turned on https force https with a forced redirect.
Hi - did anyone find an answer to this - ive got this issue with Umbraco version 7.10.4 assembly: 1.0.6684.15725.
I cannot login as any user with the same line in the trace log below.
In the chrome developer console i have.
Failed to load resource: the server responded with a status of 400 (Bad Request)
angular.min.js?cdv=1188174677:106 POST http://localhost/umbraco/backoffice/UmbracoApi/Authentication/PostLogin 400 (Bad Request)
I found my problem - i had added the following to the UsersMembershipProvider which caused an issue.
allowManuallyChangingPassword="true"
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
BackOffice Authentication Fails
Hello,
I am using UmbracoCMS 7.6.2 in one of my site.
When I try to login in backoffice on \umbraco Page. I am getting following error:
As, login for 'Admin' was working fine till today and suddenly stops working.
I checked the console of the browser and getting following error:
I check the log files and getting following error:
I'm currently experiencing the same problem with 7.6.4 and have the same error messages (bad request on PostLogin).
My team was working in the back-end all day without problems until the system kicked all authenticated users out and wouldn't let us log back in.
The logs display this message:
However the user is not locked at all when I look at the table row..
I also tried falling back on the useLegacyEncoding="true" setting in the web.config but it did not help.
Not sure if it will help, but sometimes clearing all cookies or using an incognito session can help with this type of issue.
I have had this before as well after we turned on https force https with a forced redirect.
Hi - did anyone find an answer to this - ive got this issue with Umbraco version 7.10.4 assembly: 1.0.6684.15725.
I cannot login as any user with the same line in the trace log below.
In the chrome developer console i have.
angular.min.js?cdv=1188174677:106 POST http://localhost/umbraco/backoffice/UmbracoApi/Authentication/PostLogin 400 (Bad Request)
I found my problem - i had added the following to the UsersMembershipProvider which caused an issue.
allowManuallyChangingPassword="true"
is working on a reply...