#31217 closed enhancement (fixed)
Remove instances of generic "Dear user" message
Reported by: | johnbillion | Owned by: | ipstenu |
---|---|---|---|
Milestone: | 4.2 | Priority: | low |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | good-first-bug has-patch needs-testing |
Focuses: | multisite | Cc: |
Description
Several of the email notifications which WordPress sends out include the greeting "Dear user", which is commonly associated with spam or phishing emails rather than legitimate emails.
Let's see if we can replace these instances with the user's display name, or remove the greeting altogether where we don't have any user information.
Good first bug for someone who wants to take it.
Attachments (6)
Change History (16)
#2
follow-up:
↓ 6
@
10 years ago
31217-ms-delete-site.diff and 31217-ms-delete-site-2.diff are basically one with and one without the username. The rest already had the logic in to pull in USERNAME or ###USERNAME### so I reused that and did a "Howdy USERNAME" to match the toolbar.
#6
in reply to:
↑ 2
;
follow-up:
↓ 7
@
10 years ago
Replying to Ipstenu:
31217-ms-delete-site.diff and 31217-ms-delete-site-2.diff are basically one with and one without the username.
31217-ms-delete-site.diff seems like the way to go.
Could you create a single patch with all the changes for easier review?
#7
in reply to:
↑ 6
@
10 years ago
Replying to SergeyBiryukov:
Could you create a single patch with all the changes for easier review?
Done.
With Username