- 🇬🇧United Kingdom scott_euser
Hmmm I'm not sure we should actually prevent validation. I tested this out and with required fields, its impossible to register via social auth as you hit these validation failures.
Instead without this patch we are having to do event subscriber KernelEvents::RESPONSE to check if
- user logged in
- route is not logout
- and user has violations (like the MR validates)
And if so, redirect to edit profile with warning message (and continue to force it until user has satisfied the violdations
If this route was to go ahead, at least it should be opt in via a settings form.
Marking as NW for discussion.