Subscriptions remain active when access control maintain subscriptions is disabled
jbellsey - October 5, 2006 - 14:54
| Project: | Subscriptions |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
When a user account is deactivated, they still receive subscription notices. We're running a private site, so a deactivated membership is definitely not supposed to receive any information from us. Here's the version string from my module:
// $Id: subscriptions.module,v 1.38.2.3.2.1 2006/04/30 22:45:59 c0c0c0 Exp $
Running Drupal 4.7.2.

#1
You probably want to upgrade to the latest, first. There's been a lot of changes since April, including this one:
http://drupal.org/node/25995
#2
another case where the subscription notices shouldn't be sent. when maintain subscriptions is disable, the user cannot manage his own subscriptions, as a result he shouldn't receive any subscription email. A user who receives subscriptions emails should always have access to his "My subscriptions" page in order to unsubscribe if he wants to (otherwise, this could be considered as spam!).
Steph.
#3
Is this problem present in the version for Drupal v5 too?
#4
Yes
#5
5.x-2.0 is a complete rewrite, therefore any bugs in it are new. Closing for this reason. Please help test 5.x-2.0 betas. Thank you! (If this is still an issue, opening a new issue is probabaly your best bet.)