Copied to clipboard

Flag this post as spam?

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


  • David 39 posts 119 karma points
    Aug 04, 2010 @ 22:03
    David
    0

    V4.5.1 can't login after install

    Hi,

    After installing v4.5.1 I'm having a problen logging in, after trying to login for the first time the page seems to load but hangs with a status bar until manully stopped.

    I've had a look at the log table with the row below (bold).

    I've googled this with no results, has any else had this problem?

    Thanks for any help with this.

    David

    76

    0

    -1

    04/08/2010 20:53:07

    NotFound

    umbraco (from '')

  • Gal Nitzan 50 posts 164 karma points
    Aug 04, 2010 @ 22:09
    Gal Nitzan
    0

    Happend to me a while back during upgrade.

    To solve it I changed in the web.config the two places the value: "Hashed" appears to "clear".

    Than I run the following SQL:

    UPDATE umbracoUser set userdisabled=0, userLogin='admin', userPassword='default' where id=0

    Now login into the system with the password: default.

     

    After logged in undo the changes in web.config.

    Change your password thru the admin interface and now all should be well.

     

    HTH,

    Gal.

  • David 39 posts 119 karma points
    Aug 05, 2010 @ 21:29
    David
    0

    Gal,

    Thanks for you help on this.

    I've changed the web.config as above and run the SQL Query, tried to login but I'm having the same problem when trying to login.

    I'll keep on looking for a solution.

    Thanks

    David

     

  • wolulcmit 357 posts 693 karma points
    Aug 05, 2010 @ 23:52
    wolulcmit
    0

    DIid you do a fresh install or an upgrade from a previous umbraco Database?

    if it's an upgrade and you have a backup of your database before the upgrade, I suggest copying your password from your backed up version (hashed) to your current one (clear) using SQL server management studio.

    that worked for me at least.

    - Tim

  • David 39 posts 119 karma points
    Aug 17, 2010 @ 13:57
    David
    0

    Tim,

    Thanks for your reply, this is a new installation of Umbraco, I'm considering removing the installation and re-installing but before that it seems that the passwords are key to this.

    I'll keep on hacking away at this.

    Thanks

    David

Please Sign in or register to post replies

Write your reply to:

Draft