[wp-trac] Re: [WordPress Trac] #8647: Try to configure secure keys in wp-config.php on install

WordPress Trac wp-trac at lists.automattic.com
Sat Dec 20 19:19:45 GMT 2008


#8647: Try to configure secure keys in wp-config.php on install
-------------------------+--------------------------------------------------
 Reporter:  sivel        |        Owner:  has-patch
     Type:  enhancement  |       Status:  new      
 Priority:  normal       |    Milestone:  2.8      
Component:  General      |      Version:  2.7      
 Severity:  normal       |   Resolution:           
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by sivel):

 Here is another idea.  Modify wp_generate_password to include an
 additional parameter ($extra_special_chars) to add the additional special
 characters used by the API.

 Use wp_generate_password to generate the 64 char random string for the the
 secret keys.  Although I don't really like the added complexities of
 trying to include pluggable.php to get use of wp_generate_password.

 Another option is to leave things as it is.  wp_salt will add an option to
 the options table containing a 12 character key for each of the 4 values
 ou would normally configure in wp-config.php.  We could always update
 wp_salt to use the wp_generate_password function updates attched to this
 ticket.

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


More information about the wp-trac mailing list