vegaitglobal / uSiteBuilder

Vega IT’s uSitebuilder is an open source (LPGL) framework created for .NET developers to accelerate and streamline their Umbraco based development projects. Our objective is to enable back-end developers to adhere to the .NET standards with minimal external interaction, and to facilitate the automation of their deployments.
GNU Lesser General Public License v2.1
29 stars 21 forks source link

Installation problem #12

Closed DejanMilicic closed 10 years ago

DejanMilicic commented 10 years ago

When creating new site, when running installation, I first created "admin" user in umbraco (as a part of installation procedure). However, when db setup starts, I get following error

Umbraco user used by USiteBuilder ('admin') is not found in Umbraco. Please check your web.config (Add to in web.config).

This is on Umbraco 7.1.4. My idea was that user "admin" created on previous step would be recognized.

As a result, installation is interrupted. Admin interface cannot be accessed since this exception pops up each time.

DejanMilicic commented 10 years ago

Also, I checked inside umbracoUser table. User "Administrator" exists there. I added it to appsettings, but I am still gettting

Umbraco user used by USiteBuilder ('Administrator') is not found in Umbraco

DejanMilicic commented 10 years ago

NB: I ended up with version 2.0.1.0 that is available via Nuget and it works fine

spopovic commented 10 years ago

Thanks for reporting this @DejanMilicic. We made a fix for the "missing admin" user issue and have pushed that change to the repository today.