You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Currently, the unsubscribe link in the MailChimp emails link to a MailChimp unsubscribe link. This does not unsubscribe the user in our database (User.newsletter).
In order to unsubscribe the user in our database, we must - as an MVP solution - make a new backend API call that sets User.newsletter to false, but we must probably also create a (very basic) page that informs the user that he/she has been successfully unsubscribed.
The text was updated successfully, but these errors were encountered:
Currently, the unsubscribe link in the MailChimp emails link to a MailChimp unsubscribe link. This does not unsubscribe the user in our database (
User.newsletter
).In order to unsubscribe the user in our database, we must - as an MVP solution - make a new backend API call that sets
User.newsletter
to false, but we must probably also create a (very basic) page that informs the user that he/she has been successfully unsubscribed.The text was updated successfully, but these errors were encountered: