Copied to clipboard

Flag this post as spam?

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


  • Rasmus Vejby-Nielsen Vejby-Nielsen 9 posts 79 karma points
    Dec 04, 2015 @ 15:05
    Rasmus Vejby-Nielsen Vejby-Nielsen
    0

    Can't login to admin panel

    I'm used to login fine with no issue at /umbraco/. But now i cant login, dont know why. I'm using the same password and email. Is there a way i can go in my database and see the login or what should i do? Last time i was logged in was 2 hours ago no problem but now i can't login.

  • Bijesh Tank 192 posts 420 karma points
    Dec 04, 2015 @ 15:16
    Bijesh Tank
    0

    You can have a look at the umbracoUser table and check, however your password will more than likely be hashed.

    If you are still having issues take a look at this package that can reset the admin password https://our.umbraco.org/projects/developer-tools/umbraco-admin-reset/

  • Rasmus Vejby-Nielsen Vejby-Nielsen 9 posts 79 karma points
    Dec 04, 2015 @ 15:20
    Rasmus Vejby-Nielsen Vejby-Nielsen
    0

    But user isn't that for my registered members?

  • Bijesh Tank 192 posts 420 karma points
    Dec 04, 2015 @ 15:22
    Bijesh Tank
    0

    If you are talking about "Members" they cannot login to the Umbraco back office, only "Users" can.

  • Rasmus Vejby-Nielsen Vejby-Nielsen 9 posts 79 karma points
    Dec 04, 2015 @ 15:28
    Rasmus Vejby-Nielsen Vejby-Nielsen
    0

    Found my password in the db but it still won't let me login

  • Sjors Pals 617 posts 270 karma points
    Dec 04, 2015 @ 15:26
    Sjors Pals
    0

    Is your Database running? Often database server is not coming up after installing updates, tip: Configure the service as a delayed startup, that will work.

  • Rasmus Vejby-Nielsen Vejby-Nielsen 9 posts 79 karma points
    Dec 04, 2015 @ 15:31
    Rasmus Vejby-Nielsen Vejby-Nielsen
    0

    I was logged in 2 hours ago and i haven't run any updates since

  • Ron G 41 posts 137 karma points
    Dec 04, 2015 @ 15:37
    Ron G
    0

    Is there anything in the log files that looks to be generating an error?

    \App_Data\Logs\

  • Rasmus Vejby-Nielsen Vejby-Nielsen 9 posts 79 karma points
    Dec 04, 2015 @ 15:43
  • Sjors Pals 617 posts 270 karma points
    Dec 04, 2015 @ 15:54
    Sjors Pals
    0

    In the logfiles ;) Not of the logfiles ;)

  • Bijesh Tank 192 posts 420 karma points
    Dec 04, 2015 @ 15:56
    Bijesh Tank
    0

    When you looked in the database, was the password a string of random characters? If so then this is most likely to be hashed and therefore you simply cannot login just using this.

    Are you trying to login as admin or a different user that you created?

  • Rasmus Vejby-Nielsen Vejby-Nielsen 9 posts 79 karma points
    Dec 04, 2015 @ 16:01
    Rasmus Vejby-Nielsen Vejby-Nielsen
    0

    Loggin in as admin(the account i createde when installing umbraco) and yes it is alkot of random letters and numbers

  • Bijesh Tank 192 posts 420 karma points
    Dec 04, 2015 @ 16:07
    Bijesh Tank
    0

    Ok so now it's making sense, more than likely the password you are entering is incorrect and because it is hashed you wouldn't know what it is looking at the database.

    I would advise using that member reset password as advised earlier. It's a DLL that you drop into your bin folder, restart your site and it will reset the admin password for you. Once you are in you can then set it back to what you want.

    Follow the instructions here - https://our.umbraco.org/projects/developer-tools/umbraco-admin-reset/

  • Rasmus Vejby-Nielsen Vejby-Nielsen 9 posts 79 karma points
    Dec 04, 2015 @ 16:24
    Rasmus Vejby-Nielsen Vejby-Nielsen
    0

    That works! Thanks! What can cause a issue like this?

  • Bijesh Tank 192 posts 420 karma points
    Dec 04, 2015 @ 16:29
    Bijesh Tank
    0

    To honest i'm not sure and it's certainly not something I have come across as an issue. More than likely there could've been a typo when initially setting the password, or something similar.

Please Sign in or register to post replies

Write your reply to:

Draft