Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Michael Biggs 18 posts 98 karma points
    Jan 27, 2017 @ 16:44
    Michael Biggs
    0

    Umbraco 4 Cannot login in to backoffice

    Hi Guys,

    So just inherited a old Umbraco site on version 4.11.8, The biggest problem I have is they have no logins details for the site.

    I have tried the usual suspects (Change the hash in the db or adjust the password store to clear) but am having no luck at all and seems to not pick up the change.

    Am not versed up with Umbraco 4 as I should be so was wondering if any one have any ideas or have come across issue this before?

    Cheers,

  • Yakov Lebski 554 posts 2118 karma points
    Jan 27, 2017 @ 17:21
    Yakov Lebski
    0

    You can reset see username in DB, open table umbracoUser. In old versions of umbraco password can be saved in clear text, if it's hashed you can replace userPassword with known hash

  • Michael Biggs 18 posts 98 karma points
    Feb 07, 2017 @ 12:41
    Michael Biggs
    0

    Hi Yakov,

    Unfortunately I have already tried these option but it seems I found the answer anyways.

    Much appreciated for you to take out the time to reply

    Cheers,

  • Michael Biggs 18 posts 98 karma points
    Feb 07, 2017 @ 12:43
    Michael Biggs
    0

    Note. for anyone else that has a similar issue, I solved this after I figured out that when restoring a database the users attached to the database sometimes gets orphaned. Running this SQL against the database will fix the orphaned users:

    EXEC spchangeuserslogin 'AutoFix', '#UserName#'

    Cheers

Please Sign in or register to post replies

Write your reply to:

Draft