The new Wordpress 2.5, besides many other updates, comes along with a new SECRET_KEY in the config file. I’m sure like many other people, most of you might have missed that. Because, we were told not to change the config file.
define(’SECRET_KEY’, ‘put your unique phrase here’);
can help you with better encryption for user passwords in [...]