I am manually upgrade the umbraco 7.6 to umbraco 7.8 we are able to login umbraco admin first time . I am unable to find the login ID and password to login umbraco admin 2nd time. I assured that umbraco is upgraded to 7.8 but don't know how to access umbraco admin login. Even I tried with hashed and clear password and tried with password reset dll i.e- UmbracoAdminReset.dll to login and access umbraco.
You should verify that useLegacyEncoding is true, if it was true
and check
Check that your user is not locked - you can see it in db, table [umbracoUser] , value in columns [userDisabled],[userNoConsole] should 0, this table is cache and you need restart your application after the change
umbraco upgrade from 7.6 to 7.8
I am manually upgrade the umbraco 7.6 to umbraco 7.8 we are able to login umbraco admin first time . I am unable to find the login ID and password to login umbraco admin 2nd time. I assured that umbraco is upgraded to 7.8 but don't know how to access umbraco admin login. Even I tried with hashed and clear password and tried with password reset dll i.e- UmbracoAdminReset.dll to login and access umbraco.
Can be several reasons for it:
Check that your user is not locked - you can see it in db, table [umbracoUser] , value in columns [userDisabled],[userNoConsole] should 0
Verify that useLegacyEncoding settings in web.config and compare to prevouse values
in 7.7 umbraco use email as login, please see the settings usernameIsEmail, should be false
alos please see guide to upgrade from specific version https://our.umbraco.com/documentation/Getting-Started/Setup/Upgrading/version-specific
Sir,
we have tried the same but still same issue, unable to login error - login fail to admin. kindly suggest further for step.
Also tried to upgrade through nuget and package manage console but unable to do and tried the same manually.
please check useLegacyEncoding settings before and after upgrade
it appears on this key in web.config
yes their is change in useLegacyEncoding password length =5 and useLegacyEncoding=true, passwordFormat="Clear"
what to do in that case? Is any wayout to login my upgraded project?
I think that you need to
is working on a reply...