Skip to content
Snippets Groups Projects
Verified Commit bfefa763 authored by Sebastien's avatar Sebastien Committed by David Beniamine
Browse files

Remove unecessary news letter subscription initialisation during user registration

parent 91d9c8c5
Branches
Tags
1 merge request!46Tuleap 88 db migration
...@@ -58,7 +58,6 @@ class RegistrationController extends AbstractController ...@@ -58,7 +58,6 @@ class RegistrationController extends AbstractController
// Ugly fix because I don't understand why those values aren't set correctly // Ugly fix because I don't understand why those values aren't set correctly
$userBuilder->withAcceptGeneralConditions($form->get('acceptGeneralConditions')->getData()); $userBuilder->withAcceptGeneralConditions($form->get('acceptGeneralConditions')->getData());
$userBuilder->withNewsLetterSubscription(false);
$userBuilder $userBuilder
->withPassword( ->withPassword(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment