Add length arg to wp_generate_password() and lengthen secret. Props tellyworth. fixes #6146 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@7796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-04-24 00:19:09 +00:00
parent c3bc7b30b7
commit 07b72e6dd9
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ function populate_options() {
}
// 2.0.3
add_option('secret', wp_generate_password());
add_option('secret', wp_generate_password(64));
// 2.1
add_option('blog_public', '1');