Opened 11 years ago
Closed 10 years ago
#5885 closed enhancement (fixed)
Include the text of the request message in group membership request notification emails
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Groups | Keywords: | needs-refresh good-first-bug |
Cc: |
Description ¶
When a user requests membership in a private group, she has the option of leaving a message for the group's admin. That message is not currently included in the email notification that the admin receives. The attached patch fixes this.
Commits (1)
- [9163] Include message in email notification of private group membership request.… by @boonebgorges 10 years ago
Pull Requests
- Loading…
Note: See
TracTickets for help on using
tickets.
I think we need to add output escaping here, but generally the patch looks OK otherwise.