Closed
Bug 838125
Opened 13 years ago
Closed 10 years ago
Tell people what they are unsubscribing from
Categories
(support.mozilla.org :: General, defect, P4)
support.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
2015Q2
People
(Reporter: atopal, Assigned: rehandalal+mozilla)
Details
(Whiteboard: u=contributor c=wiki p=2 s=2015.6)
When I click on the "Unsubscribe from these emails" link in an email, the website asks me to confirm that I want to unsubscribe, but it doesn't tell me what I am unsubscribing from. It could be my subscription to all "ready for review" articles, or my subscription to all changes on that one article. Since there are many possible options they should be listed on the page:
Are you sure you want to unsubscribe?
[x] unsubscribe from changes to this article
[] unsubscribe from all "ready for review" articles
[OK] [Cancel]
Comment 1•13 years ago
|
||
It sounds like there are two parts to this:
1. change the template so that it lists the things that the person is subscribed to with checkboxes allowing them to unsubscribe
2. change the view so that it iterates through the checkboxes and unsubscribes the person to the relevant groups
I haven't looked at the link, yet, so it's possible that the link in the email actually specifies which thing the user is unsubscribing to. If that's the case, then we need to additionally fix the email template so that it goes to the unsubscribe page for all things rather than the unsubscribe page for a specific thing.
Also, I don't know this code at all, so I can't verify that the problem statement is correct and that it's not just a bug that the unsubscribe page doesn't tell you what you're unsubscribing from.
| Reporter | ||
Comment 2•13 years ago
|
||
This is one example for an unsubscribe link: https://support.mozilla.org/unsubscribe/775273?s=WsnRDELWwj
Comment 3•13 years ago
|
||
After the sprint meeting, we are reducing the potential scope of this. There is currently something that happens when you click the unsubscribe button. Whatever this action is, the unsubscribe page should include text to explain it. We are not adding the feature to give check boxes.
2pt, since we don't know much about this code.
Whiteboard: u=contributor c=wiki p= s=2013.3 → u=contributor c=wiki p=2 s=2013.3
| Reporter | ||
Comment 4•13 years ago
|
||
Falling to next sprint.
Whiteboard: u=contributor c=wiki p=2 s=2013.3 → u=contributor c=wiki p=2 s=2013.4
| Reporter | ||
Comment 5•12 years ago
|
||
Failing to next sprint since 2013.4 is full.
Whiteboard: u=contributor c=wiki p=2 s=2013.4 → u=contributor c=wiki p=2 s=2013.5
| Reporter | ||
Comment 6•12 years ago
|
||
Failing to backlog since 2013.6 is full.
Whiteboard: u=contributor c=wiki p=2 s=2013.5 → u=contributor c=wiki p=2 s=2013.backlog
| Reporter | ||
Comment 7•12 years ago
|
||
Every time I'm using this feature I have the nagging feeling I'm unsubscribing from something I don't mean to unsubscribe from, it's unnerving. Let's try this in the next sprint.
Whiteboard: u=contributor c=wiki p=2 s=2013.backlog → u=contributor c=wiki p=2 s=2013.8
| Reporter | ||
Comment 8•12 years ago
|
||
Sprint is full, moving to backlog
Whiteboard: u=contributor c=wiki p=2 s=2013.8 → u=contributor c=wiki p=2 s=2013.backlog
| Reporter | ||
Updated•10 years ago
|
Whiteboard: u=contributor c=wiki p=2 s=2013.backlog → u=contributor c=wiki p=2 s=2015.6
Target Milestone: Future → 2015Q2
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rdalal
| Reporter | ||
Updated•10 years ago
|
Priority: P3 → P4
| Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 10•10 years ago
|
||
PR: https://github.com/mozilla/kitsune/pull/2466
Landed: https://github.com/mozilla/kitsune/commit/a5af10e475c61fadcfe09380cdb95718158669ed
Deployed to prod.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•