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

Why does subscribing to a newsletter automatically register a user account? #1555

Open
arm5077 opened this issue Jul 3, 2024 · 0 comments
Open

Comments

@arm5077
Copy link

arm5077 commented Jul 3, 2024

When Reader Activation (i.e., a registration wall) is enabled, every newsletter subscription action also gives that email address an account.

if ( ! \is_user_logged_in() && \class_exists( '\Newspack\Reader_Activation' ) && \Newspack\Reader_Activation::is_enabled() ) {

This is kind of weird. My organization sees newsletter subscribers as an entirely different audience (or at least, higher up the funnel) than our registered audience. People sign up for our newsletters because they have a casual relationship with us; people register because they have a deeper relationship (and want access to gated content).

We'd like to tie a whole bunch of features (email drip campaigns, etc.) to our registered users, but that doesn't work if every Dom, Nick and Larry who subscribed to a newsletter gets them too.

I'd suggest this feature be opt-in via the block config panel — publishers should decide on their own whether they want to link newsletter subscriptions to membership.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant