[wp-trac] [WordPress Trac] #24771: Login can be blocked if primary_blog is set to a blog the user no longer belongs to that is marked as spam
WordPress Trac
noreply at wordpress.org
Mon Jul 29 03:23:53 UTC 2013
#24771: Login can be blocked if primary_blog is set to a blog the user no longer
belongs to that is marked as spam
--------------------------+---------------------
Reporter: westi | Owner: nacin
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 3.7
Component: Multisite | Version: 3.5.2
Severity: normal | Resolution: fixed
Keywords: has-patch |
--------------------------+---------------------
Changes (by nacin):
* owner: => nacin
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"24848"]:
{{{
#!CommitTicketReference repository="" revision="24848"
Remove "special" multisite spam check in the authentication API.
The spamming of a site no longer directly affects a user of said site.
Moves the spam check to the wp_authenticate filter. Networks in need
of enhanced spam-fighting should leverage this same technique.
Allow is_user_spammy() to accept a WP_User object.
props willnorris, brianhogg.
fixes #24771. see #19714.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24771#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list