Umbraco Backoffice Login stop working suddenly

前端 未结 3 1067
北恋
北恋 2021-01-20 22:18

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:

相关标签:
3条回答
  • 2021-01-20 22:41

    I had the same problem with the Umbraco version 7.7.4 assembly: 1.0.6505.22489. I have tried different ways to solve the problem.

    I got a solution when I synchronized my local database with my online database.

    The problem was on the table umbracoServer and umbracoUser. I only updated those, and my backoffice started working again.

    0 讨论(0)
  • 2021-01-20 22:47

    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.

    0 讨论(0)
  • 2021-01-20 22:59

    it finally working.

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

    0 讨论(0)
提交回复
热议问题