The notifications/messaging settings - http://drupal.org/project/notifications http://drupal.org/project/messaging - and any current messages about to be sent should also be merged to the new user.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 640942-merge-notifications-6.patch | 1.88 KB | coltrane |
| #3 | 640942-merge-notifications-3.patch | 2.51 KB | coltrane |
Comments
Comment #1
sjtout commentedOn a similar note, I added this line in order to merge Subscriptions (http://drupal.org/project/subscriptions):
I knew my site would need it so just hardcoded it in, but you could probably test for the 'subscriptions' table and only include that line if the table exists -- or something like that?
This module has been very helpful in adding LDAP accounts & authentication to a site that was already working for a while and had Drupal only accounts. Thank you!
Comment #2
gregglesIt's also necessary to delete the notifications_queue entries for the deleted user.
Comment #3
coltraneComment #4
gregglesI think this either has to be smarter or dumber ;)
They could be duplicates on some other field like the send_interval or the send_method. So, let's just delete the subscriptions for the user_to_delete.
Comment #5
gregglesComment #6
coltraneDumbed.
Comment #7
gregglesAlso fixed - http://drupal.org/cvs?commit=339222 - thanks, Ben!