[wp-trac] [WordPress Trac] #15725: "Skip Confirmation Email" checkbox value is ignored
WordPress Trac
wp-trac at lists.automattic.com
Wed Dec 8 10:00:32 UTC 2010
#15725: "Skip Confirmation Email" checkbox value is ignored
--------------------------+-------------------------------------------------
Reporter: ocean90 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: Users | Version: 3.1
Severity: major | Keywords: has-patch
--------------------------+-------------------------------------------------
Changes (by duck_):
* keywords: needs-patch => has-patch
* severity: normal => major
Comment:
Not a multisite expert, but this looks like it's much worse than just the
wrong confirmation text, `wpmu_activate_signup` is never called when
creating a new user without sending them a confirmation email. This means
that the key is not activated and without the email you would have to go
to the database to get the key and activate manually.
Looks like the check for `adduser` in `$_POST` was added in [16527] to
paper over a notice (see #15456).
Note that I cannot actually reproduce the notice described, I believe it's
`Notice: Undefined property: stdClass::$blogid in wp-includes/ms-
functions.php:1390 (add a user without sending mail)` after applying patch
above, but I do now receive the notice if I go to the DB to retrieve the
activation key to manually activate a user because of this bug.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15725#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list