Copied to clipboard

Flag this post as spam?

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


  • Sebastian Dammark 583 posts 1407 karma points
    Jun 23, 2015 @ 08:09
    Sebastian Dammark
    0

    Unable to login, using 7.2.6 on SQL CE

    I've installed Umbraco latest version on SQL CE yesterday and everything went smoothly. Then my session timed out and I couldn't login again. First I thought that I've misspelled the password so I re-installed the bastard and everything was fine.

    Now, this morning, I can't login again, what the heck is going on here ? Am I totally losing it ?

    - Smokey, this is not 'Nam. This is bowling. There are rules.

  • Dave Woestenborghs 3504 posts 12134 karma points MVP 9x admin c-trib
    Jun 23, 2015 @ 08:13
    Dave Woestenborghs
    0

    Hi Sebastian,

    Are you running on IIS Express. I self had some issues with changes not being persisted in SQL CE.

    There is also an issue about it : http://issues.umbraco.org/issue/U4-4621

    Dave

  • Sebastian Dammark 583 posts 1407 karma points
    Jun 23, 2015 @ 08:20
    Sebastian Dammark
    0

    No, running on 2008 R2 with IIS 7, I guess.

  • Dave Woestenborghs 3504 posts 12134 karma points MVP 9x admin c-trib
    Jun 23, 2015 @ 08:59
    Dave Woestenborghs
    0

    If you look at the issue the problem is definitely SQL CE. In some cases data is not written to the database.

  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Jun 23, 2015 @ 09:06
    Sebastiaan Janssen
    101

    Two things to look at:

    1. Check your cookies and make sure that the UMB_UCONTEXT cookie doesn't have an experiation in the past (it should be 24 hour from when you logged in).
    2. If you got desperate and tried to log in loads of times, your account will be locked. You can see a message in the log about that. The default number of password attempts is set to 10 so after 10 tries your account will be locked. You'll need to go into the umbracoUser table and find your user, the column userNoConsole should be set to 0, if it is set to 1 then that means your account is locked.
  • Sebastian Dammark 583 posts 1407 karma points
    Jun 23, 2015 @ 10:16
    Sebastian Dammark
    0

    It was the userNoConsole :)

    But I don't get why I got it in the first place, since I use a password manager.

    Now it's fixed.

Please Sign in or register to post replies

Write your reply to:

Draft