dailydotdev / daily

daily.dev is a professional network for developers to learn, collaborate, and grow together 👩🏽‍💻 👨‍💻
https://daily.dev
GNU Affero General Public License v3.0
17.99k stars 462 forks source link

🐛 BUG: "Recieve marketing by email" is checked by default in signup form #1380

Open terrygonguet opened 2 weeks ago

terrygonguet commented 2 weeks ago

What went wrong? 🤔

In the signup form there is a checkbox at the bottom that goes something like "don't send me updates by email" and it is unchecked by default.

This is illegal in the EU, this kind of marketing checkbox must be opt in and not opt out.

Also it is a better user experience.

Expected Behavior

This checkbox should be checked by default (or reversed so that checking it expresses agreement).

Steps to Reproduce Issue

No response

Solution Proposed

Either check the box by default or reverse the logic so that checking it means consenting.

Screenshots

No response

Environment

No response

Browsers

No response

OS

No response

Version of daily.dev

No response

Additional Context

No response

Code of Conduct

idoshamun commented 1 week ago

Hi @terrygonguet,

Thanks for raising our awareness, we will check that