Opened 7 years ago
Closed 7 years ago
#8056 closed defect (bug) (fixed)
{{recipient.name}} Email Token in Salutation shows {{recipient.username}} in Account Activation Mail
| Reported by: | andbecker87 | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0.0 |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
I have found in Issue with the Mail send when "Recipient has registered for an account."
The Salutation part shows the recipient.username instead of recipient.name for that mail.
I found no way to fix this myself. It would be awesome if someone could look into this.
Currently I am running Buddypress locally on OSX under PHP 7.0
Cheers,
Andreas
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I believe the issue is that, at this point in the registration process, the user's display name hasn't been saved to the xprofile table - the user doesn't even exist at this point, just a signup - so the data's not available in the correct structure.
That said, the data is generally available as part of the signup meta. Let's make the change.