[wp-trac] Re: [WordPress Trac] #8938: Use new filter for extending WordPress authentication

WordPress Trac wp-trac at lists.automattic.com
Wed Jan 28 22:42:20 GMT 2009


#8938: Use new filter for extending WordPress authentication
------------------------------------+---------------------------------------
 Reporter:  wnorris                 |        Owner:  ryan
     Type:  defect (bug)            |       Status:  new 
 Priority:  normal                  |    Milestone:  2.8 
Component:  Security                |      Version:      
 Severity:  normal                  |   Resolution:      
 Keywords:  has-patch dev-reviewed  |  
------------------------------------+---------------------------------------
Comment (by wnorris):

 new patch to handle error displayed on initial wp-login.php load.  We let
 wp_authenticate_username_password do it's normal thing, returning an error
 if username and password are empty.  Then in wp_signon (which is only ever
 called fro wp-login.php), we check for those errors, and wipe them out if
 present.  Solves the same problem, but puts the logic where it really
 should be... in wp_signon().

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8938#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list