Opened 9 years ago
Closed 9 years ago
#6744 closed enhancement (fixed)
Improve filters for "new_user_email"
Reported by: | wpdennis | Owned by: | DJPaul |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Settings | Keywords: | dev-feedback has-patch needs-testing |
Cc: | mail@… |
Description
If a member changes his email address bp_settings_action_general() will send an email with a verification link. I have two enhancements I'd like to suggest:
- It would be nice to have a filter for the subject of this email.
- It would be helpful to have the activation link as a paramter for "bp_new_user_email_content".
If I filter the content, I have to recreate the hash which would fail if the hash logic in buddypress should ever change. Most email filters have something like "$settings_link" as argument, which is very helpful. Adding "$verification_link" would be useful here to avoid errors in the future.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
I'm working on overhauling the emails in 2.5 which, amongst other things, will add filters for this. If for some reason the work doesn't get finished in time, I'll add this patch. More info in #6592