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..
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.
Login problem
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...
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.
But to make a clean install you just reset the database to 0 and start again.
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
is working on a reply...