Add Terms and Conditions and marketing opt-in checkboxes to registration
Registration now requires agreeing to the Terms and Conditions and lets users opt in to hear about future projects. The opt-in is persisted on the user via a new marketing_opt_in column (migration included). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
{{ form_row(registrationForm.email) }}
|
||||
{{ form_row(registrationForm.username) }}
|
||||
{{ form_row(registrationForm.plainPassword) }}
|
||||
{{ form_row(registrationForm.agreeTerms) }}
|
||||
{{ form_row(registrationForm.marketingOptIn) }}
|
||||
{{ form_row(registrationForm.captcha) }}
|
||||
|
||||
<div class="d-grid mt-3">
|
||||
|
||||
Reference in New Issue
Block a user