Download & Extend

Add ability for admin to cancel account_reminder emails for particular users

Project:Account reminder
Version:7.x-1.x-dev
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

Version:5.x-1.0-beta2» 6.x-1.x-dev

I may write a patch for 6.x, but if you get around to it sooner, that would be great.

#2

Version:6.x-1.x-dev» 7.x-1.x-dev
nobody click here