[wp-trac] [WordPress Trac] #12687: automatically generate unique AUTH_KEY and other values
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 24 15:01:27 UTC 2010
#12687: automatically generate unique AUTH_KEY and other values
-------------------------+--------------------------------------------------
Reporter: jdingman | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version:
Severity: normal | Keywords: needs-patch
-------------------------+--------------------------------------------------
right now, when someone installs WordPress, it provides this in the wp-
config.php:
`
define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
define('NONCE_KEY', 'put your unique phrase here');
`
why should it not automatically generate unique values from the get-go and
have the user one step closer to being more secure?
I'm suggesting it automatically generate unique values for those constants
from the moment WordPress installed
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12687>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list