Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Do not require salutation fields of addresses by default #574

Open
rintisch opened this issue Oct 2, 2024 · 0 comments
Open

[TASK] Do not require salutation fields of addresses by default #574

rintisch opened this issue Oct 2, 2024 · 0 comments
Assignees
Labels
10.x related to TYPO3 v13

Comments

@rintisch
Copy link
Collaborator

rintisch commented Oct 2, 2024

Salutation (Mr/Ms) are mostly never required to fulfill a purchase. According to GDPR companies shall collect as few data as possible. Due to this the salutation field should no longer be required by default.

Change the values of those two lines to Empty:

salutation.validator = NotEmpty

salutation.validator = NotEmpty

This needs a breaking change message.

@rintisch rintisch added the 10.x related to TYPO3 v13 label Oct 2, 2024
@rintisch rintisch changed the title [TASK] Change validator of salutation fields [TASK] Do not require salutation fields of addresses by default Oct 2, 2024
@extcode extcode self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.x related to TYPO3 v13
Projects
None yet
Development

No branches or pull requests

2 participants