Copied to clipboard

Flag this post as spam?

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


  • nojaf 91 posts 300 karma points
    Jun 17, 2014 @ 14:22
    nojaf
    0

    Forgot the password, can't login anymore, please help

    So yeah, I lost my password and have no idea what to do right now.

    I tried http://markdevelopmentblog.blogspot.be/2013/04/umbraco-reset-admin-password-via-sql.html but no luck.

    <membership defaultProvider="UmbracoMembershipProvider" userIsOnlineTimeWindow="15">
      <providers>
        <clear />
        <add name="UmbracoMembershipProvider" type="Umbraco.Web.Security.Providers.MembersMembershipProvider, Umbraco" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="4" useLegacyEncoding="true" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Member" passwordFormat="Clear" />
        <add name="UsersMembershipProvider" type="Umbraco.Web.Security.Providers.UsersMembershipProvider, Umbraco" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="4" useLegacyEncoding="true" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" passwordFormat="Clear" />
      </providers>
    </membership>
    

    And my user row in the db is

    0   False   True    1   -1  -1  Company Admin   admin   default admin@ourcompany.be en
    

    Anyone?

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jun 17, 2014 @ 14:34
    Dennis Aaen
    0

    Hi nojaf,

    Try to see my or Jan´s comment in this thread, maybe it could help you. But remember you´re playing with the database, so be careful.

    http://our.umbraco.org/forum/using/ui-questions/49134-Forget-My-Password-For-Umbraco-Admin-Site

    Hope this helps,

    /Dennis

  • 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