change newsletter subscribe to default for installation process

This commit is contained in:
Alan Mac Kenna
2018-02-23 11:24:15 +00:00
parent 47f8b483a9
commit 2caad3f2d0

View File

@@ -1,7 +1,7 @@
angular.module("umbraco.install").controller("Umbraco.Install.UserController", function($scope, installerService) {
$scope.passwordPattern = /.*/;
$scope.installer.current.model.subscribeToNewsLetter = true;
$scope.installer.current.model.subscribeToNewsLetter = false;
if ($scope.installer.current.model.minNonAlphaNumericLength > 0) {
var exp = "";