註冊過程加入外掛設定
在官方網站的討論有提到:
http://forums.lifetype.net/viewtopic.php?t=2005
1. 開啟檔案 /class/summary/action/dofinishregister.class.php
2. 找到
$locale = Locales::getLocale( $this->blogLocale );
3. 在這一行上方加入下面這幾行即可
$blogInfo->setValue( "plugin_authimage_enabled", 1 );
$blogInfo->setValue( "plugin_authimage_length", 4 );
$blogInfo->setValue( "plugin_authimage_key", plog);
$blogInfo->setValue( "plugin_authimage_expiredtime", 3600 );
$blogInfo->setValue( "plugin_authimage_default", "sky.gif" );