Merge pull request #2471 from alanmac/U4-11007

change newsletter subscribe to default for installation process - GDPR Compliance
This commit is contained in:
Sebastiaan Janssen
2018-02-23 12:48:26 +01:00
committed by GitHub

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 = "";