[wp-trac] Re: [WordPress Trac] #6146: wp_generate_password() fails the password strength meter

WordPress Trac wp-trac at lists.automattic.com
Sat Mar 15 04:21:28 GMT 2008


#6146: wp_generate_password() fails the password strength meter
------------------------+---------------------------------------------------
 Reporter:  tellyworth  |        Owner:  pishmishy
     Type:  defect      |       Status:  assigned 
 Priority:  normal      |    Milestone:  2.5      
Component:  General     |      Version:  2.5      
 Severity:  normal      |   Resolution:           
 Keywords:  has-patch   |  
------------------------+---------------------------------------------------
Changes (by tellyworth):

  * milestone:  2.6 => 2.5

Comment:

 pishmishy: I'd support removing symbols and similar characters from
 password generation - point is that the passwords generated by WordPress
 should be considered "strong" by the strength meter.  (The strength meter
 probably needs improving too, I fixed the easy side of the equation here).

 The length parameter is optional with a default value.  Callers that don't
 care about the length will leave that out, so the default can be changed
 globally later on.  This function is the API blueprint for pluggable
 versions; I think that for callers that do care about the length, the API
 ought to accept it as an optional parameter.  The function is new in 2.5
 so for long term support I think it'd be worth doing now.  I've bumped the
 milestone back down to 2.5 to encourage discussion of that.

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


More information about the wp-trac mailing list