I know this is really small, but it comes in handy for me, as i install wordpress blogs very often.
the idea is to change (by default) something in wpconfig.php
it goes from this
// Change SECRET_KEY to a unique phrase. You won't have to remember it later,
// so make it long and complicated. You can visit http://api.wordpress.org/secret-key/1.0/
// to get a secret key generated for you, or just make something up.
to this
/* Change SECRET_KEY to a unique phrase. You won't have to remember it later,
so make it long and complicated. You can visit
http://api.wordpress.org/secret-key/1.0/
to get a secret key generated for you, or just make something up.
*/
the difference:
you have the url to get the secret key on a different line, so it´s faster to select it (i.e., in dreamweaver, you click the line number) when you want to go there :D
at least it worked for me. if you don´t find it useful, sorry for wasting your time :/
edit: i know i can have the url in bookmarks :)