[wp-trac] Re: [WordPress Trac] #7344: Retrieve Password Error Action

WordPress Trac wp-trac at lists.automattic.com
Mon Jul 21 13:38:53 GMT 2008


#7344: Retrieve Password Error Action
-------------------------+--------------------------------------------------
 Reporter:  axelseaa     |        Owner:  anonymous
     Type:  enhancement  |       Status:  new      
 Priority:  normal       |    Milestone:  2.6.1    
Component:  General      |      Version:           
 Severity:  normal       |   Resolution:           
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by axelseaa):

 adding the following filter would work wonders:

 if ( is_wp_error( $allow = apply_filters('allow_password_reset', true,
 $user_data->ID) ) )
 return $allow;

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


More information about the wp-trac mailing list