AB¤6233 - Reverted changes to typefinder and implemented check for if SqlCE is available in the install process
This commit is contained in:
@@ -108,7 +108,8 @@ namespace Umbraco.Web.Install.InstallSteps
|
||||
return new
|
||||
{
|
||||
minCharLength = _passwordConfiguration.RequiredLength,
|
||||
minNonAlphaNumericLength = _passwordConfiguration.RequireNonLetterOrDigit ? 1 : 0
|
||||
minNonAlphaNumericLength = _passwordConfiguration.RequireNonLetterOrDigit ? 1 : 0,
|
||||
quickInstallAvailable = DatabaseConfigureStep.IsSqlCeAvailable()
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user