Copied to clipboard

Flag this post as spam?

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


  • Henrik Hammarström 58 posts 54 karma points
    May 09, 2010 @ 07:22
    Henrik Hammarström
    0

    upgradring from 3 to 4

    When I upgrade the umbraco installation it works fine,

    The problem is that  no user can logg in to the admin pages

     

    If I look in the database the userinformation is still there

     

    What can I do ?
    /Henrik/

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 09, 2010 @ 12:04
    Jan Skovgaard
    1

    Hi Henrik

    Umbraco 4 is using password hashing so to be able to login to the backoffice you need to change passwordFormat="hashed" to clear.

    To do this you need to open the web.config and go to the <membership> element and make the change in the two <add> elements.

    Hope this helps!

    /Jan

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    May 09, 2010 @ 12:05
    Sebastiaan Janssen
    0

    In V4, the passwords are encrypted, but your passwords are currently still unencrypted in the database. Have a look at the web.config and remove any of these attributes:

    passwordFormat="Hashed"
Please Sign in or register to post replies

Write your reply to:

Draft