Copied to clipboard

Flag this post as spam?

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


  • Michael Jensen 29 posts 98 karma points
    Jan 07, 2017 @ 23:12
    Michael Jensen
    0

    Hey i have a problem one os my nye sits has a admin user that i can't get in to and i ned to get it to it.

    so i like to make a clean instal more but i only have one DB so i ned to chance the DB prefix how do i do it..

    and i have look at the reset parsword tread ware just to set it to clear but it will not work i get a error of som whit asp. member. so can't chance it that way..

    wath do i do...

  • pbl_dk 150 posts 551 karma points
    Jan 09, 2017 @ 13:57
    pbl_dk
    100

    I have used Umbraco Admin Reset, and it works perfectly. You could try this : https://our.umbraco.org/projects/developer-tools/umbraco-admin-reset/ Username will be reset to Admin and password to Admin1234!

    Also: If you have access via FTP to the site, you can change the SQL connection string in the web.config at the root of umbraco. Search for connection string.

    <connectionStrings>
            <remove name="umbracoDbDSN" />
            <add name="umbracoDbDSN" connectionString="Data Source=CONNECTIONSTRING HERE" providerName="System.Data.SqlClient" />
    <!-- Important: If you're upgrading Umbraco, do not clear the connection string / provider name during your web.config merge. -->
    </connectionStrings>
    

    But to make a clean install you just reset the database to 0 and start again.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jan 09, 2017 @ 14:02
    Dennis Aaen
    0

    Hi Michael,

    If it´s a Umbraco 7 website, then you can try to use this: https://our.umbraco.org/projects/developer-tools/umbraco-admin-reset/

    Hope this helps,

    /Dennis

Please Sign in or register to post replies

Write your reply to:

Draft