The following patch makes a few useful changes:
- finds out added profile fields, and proposes their values for the email
- send the `update profile' email only *after* the user saves (old version is bogus, the update hook is called ways too early).
- avoid emailing for nothing during profile updates: the new version creates before/after emails, and sends email only when things changes. This is needed for our organization, otherwise we get emails when people change their password (which we can't access anyways).
Comments
Comment #1
Anonymous (not verified) commentedThanks. I'll take a look at it a bit later. Can you perhaps roll the patch to 5.x-2.x-dev?
Comment #2
Anonymous (not verified) commentedSome of this functionality has occurred with other patches.
Comment #3
Anonymous (not verified) commentedI need to check the patch on this and apply some ideas.
Comment #4
Anonymous (not verified) commentedI'm considering this issue resolved based on coding tracked at #765776: 6.x-3.x changes.