Feed on
Posts
Comments

1. wp-config-sample.php裡頭有增加一段code,請自已加在$table_prefix這個變數前面
// Change SECRET_KEY to a unique phrase. You won't have to remember it later,
// so make it long and complicated. You can visit https://www.grc.com/passwords.htm
// to get a phrase generated for you, or just make something up.
define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase.

而內容要寫什麼呢,連上那個網頁後,會產生一組獨立的key,三選一拿一個下來貼在put…這段上面,再重新登入管理介面即可。

2.跟沙拉麵大叔測試的結果,wordpress 2.5是不需要ImageManager,可以拿掉了。

On this day..

No related posts.

2 Responses to “昇級wordpress與相關plugins異動”

  1. EQ says:

    我抓了一組key貼上,好像沒有什麼事發生

  2. ychsiao says:

    http://codex.wordpress.org/Editing_wp-config.php#Secret_key_for_salting_password
    http://wordpress.org/development/2008/03/wordpress-25-brecker/
    主要還是在cookies :p
    Secure cookies — cookies are now encrypted based on the protocol described in this PDF paper. which is something like user name|expiration time|HMAC( user name|expiration time, k) where k = HMAC(user name|expiration time, sk) and where sk is a secret key, which you can define in your config.

Leave a Reply