[wpmu-trac] [WordPress MU Trac] #1126: Admin Created User Email is borked
WordPress MU Trac
wpmu-trac at lists.automattic.com
Mon Oct 5 20:47:46 UTC 2009
#1126: Admin Created User Email is borked
------------------------+---------------------------------------------------
Reporter: dnorman | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: component1 | Version:
Severity: normal | Keywords:
------------------------+---------------------------------------------------
If an admin creates a user under the Users: Add New page in the Dashboard,
the email that gets sent has 2 errors.
1. The text has a typo "Please click the folowing link to activate your
user account" (should be 2 Ls in following)
2. The email that is sent doesn't contain the URL with the confirmation
link. This is found in wp-admin/user-new.php, admin_created_user_email(),
line 18-27.
The email contains the simple unreplaced '%s' text as the last line,
rather than the promised confirmation link.
The sprintf() call to replace the values in the email message text only
passes in 3 values, but there are 4 replacement slots - looks like the
last one is just ignored because no value is provided for it.
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/1126>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list