[wp-trac] [WordPress Trac] #16001: Invited Users Can Disappear in MS
WordPress Trac
wp-trac at lists.automattic.com
Tue Jan 4 18:43:58 UTC 2011
#16001: Invited Users Can Disappear in MS
-------------------------------------------------+-------------------------
Reporter: filosofo | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future
Component: Users | Release
Severity: major | Version: 3.0
Keywords: has-patch needs-testing needs- | Resolution:
review 3.2-early |
-------------------------------------------------+-------------------------
Changes (by garyc40):
* keywords: needs-patch => has-patch needs-testing needs-review 3.2-early
Comment:
I attached my first attempt to patch this bug. As I'm not yet familiar
with the inner workings of multisite user system, I'm sure there's a lot
of room for improvement (or even a total different approach). But I'd like
to take a stab at fixing this and pick up a few things along the way,
hence, 16001.diff .
There are a few issues / questions:
- {{{user_login}}} is not indexed in table {{{wp_signups}}}. There's also
no ID column. As a result, querying, updating and deleting on this table
based on {{{user_login}}} might be a performance hit.
- I don't know if {{{wp_signups}}} ever gets cleaned up (those items where
{{{active = 1}}})? If it does, could you point me to the code that does
it?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16001#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list