I have just installed Role Change Notification in my website because I need a way to inform our registered users of any change of their roles. However, looking at the configuration page, I understand that an e-mail is actually sent only when a new role is added to their profile, not when a role is removed (as per their explicit request).

Could it be possible to add an option to notify users in the latter case, too?

Comments

rfay’s picture

The future of role_change_notify is in trigger support, which is now in the dev version. You can now do *anything you want* when either a role add or remove happens, using triggers and actions or rules module. To notify, you would use a "tokenized email". Please give that a try.

I guess I should do a release with this in it.

-Randy

rfay’s picture

Status: Active » Fixed

The 2.0 release has full support for triggers. If you enable token_actions, you get a trigger for things to happen on role removal.

The current dev release has improved documentation for this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.