Copied to clipboard

Flag this post as spam?

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


  • Gary Bronson 137 posts 46 karma points
    Aug 19, 2009 @ 00:03
    Gary Bronson
    0

    Upgraded to 4 and now I can't login

    I know this has something to do with the "Hashed" setting but I don't know what to change it to. How can I just make it Clear Text Again?

  • Casey Neehouse 1339 posts 483 karma points MVP 2x admin
    Aug 19, 2009 @ 06:01
    Casey Neehouse
    0

    Change the setting to "Clear" in the web.config.  It is near the bottom.

    If you have members on the site, you will need to change that section as well.

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Aug 19, 2009 @ 08:57
    Thomas Höhler
    1
        <membership defaultProvider="UmbracoMembershipProvider" userIsOnlineTimeWindow="15">
    <providers>
    <clear />
    <add name="UmbracoMembershipProvider" type="umbraco.providers.members.UmbracoMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Another Type" />
    <add name="UsersMembershipProvider" type="umbraco.providers.UsersMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" passwordFormat="Clear" />
    </providers>
    </membership>

    Thomas

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies