Implemented a real .Net configuration section for umbracoSettings.config + unit tests for every property. NOTE: This isn't referenced in the codebase yet, going to start setting default values for most of the properties so that we can remove them from the config file for shipping (ship minimal config) then reference these settings in the codebase.
This commit is contained in:
@@ -262,7 +262,7 @@ namespace Umbraco.Web
|
||||
{
|
||||
try
|
||||
{
|
||||
var user = User.GetUser(UmbracoSettings.DistributedCallUser);
|
||||
var user = User.GetUser(LegacyUmbracoSettings.DistributedCallUser);
|
||||
return new System.Tuple<string, string>(user.LoginName, user.GetPassword());
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user