Could you add the ability for the site administer to cancel the sending of account reminder emails for particular users? I get emailed requests from people who want to opt out but can't do so. I think some email problems truncate the opt-out link.
I found the line in the code which runs "UPDATE {account_reminder} SET msg_cnt = -1 WHERE uid = %d", $uid, so I am able to stop account_reminder for these people manually. But I'd like to be able to do it in the admin interface - possibly, by typing the uid into a field & then clicking Submit.
It would be even better if there could be an "deactivate account reminder" setting added to the "Update options" dropdown on admin/user/user, so that I could do it in bulk. This could be combined, maybe, with an "inactive" status on that page, so that I could see all the users who were currently receiving account reminders.
Comments
Comment #1
EvanDonovan commentedI may write a patch for 6.x, but if you get around to it sooner, that would be great.
Comment #2
jaydub commentedComment #3
jaydub commentedCommitted change to add the ability to cancel sending the reminder email to users selected through the core drupal user bulk operations page /admin/people
Setting version to 6.x for later port.