Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Umbraco Backoffice Login stop working suddenly

Tags:

umbraco

I am using UmbracoCMS 7.6.2 in one of my site.

Today when I tried to login in Umbraco backoffice using mysite/umbraco, will my working credential, it shows me 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

enter image description here

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

like image 590
Ubiquitous Developers Avatar asked Dec 24 '22 15:12

Ubiquitous Developers


2 Answers

You probably tried to login with the wrong password too many times and umbraco locked you out.

To fix this go to the database, open umbracoUser table and update userNoConsole to 0 for your username.

like image 66
Davor Zlotrg Avatar answered Jan 21 '23 14:01

Davor Zlotrg


it finally working.

I've change the useLegacyEncoding="false" to true and it starts working normally.

like image 24
Ubiquitous Developers Avatar answered Jan 21 '23 15:01

Ubiquitous Developers