您的位置:軟件測試 > 開源軟件測試 > 開源Bug管理工具 > Mantis
testlink&mantis系列:Mantis配置修改
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時間:[ 2013/12/24 10:47:27 ] 推薦標(biāo)簽:配置 mantis

1.1. config_defaults_inc.php&config_inc.php

下述配置可以在config_defaults_inc.php中直接修改,也可以在config_inc.php中增加;

讀配置時,config_inc.php中的配置優(yōu)先于config_defaults_inc.php;


1.1.1. 創(chuàng)建用戶及重置密碼時是否發(fā)送郵件

config_defaults_inc.php

/**

 * If ON, users will be sent their password when their account is created

 * or password reset (this requires mail settings to be correctly configured).

 * If OFF, then the Administrator will have to provide a password when

 * creating new accounts, and the password will be set to blank when reset.

 * @global int $g_send_reset_password

 */

$g_send_reset_password= ON;

=》

$g_send_reset_password= OFF;


1.1.2. 語言設(shè)置

config_defaults_inc.php

/**

 * If the language is set to 'auto', the actual

 * language is determined by the user agent (web browser)

 * language preference.

 * @global string $g_default_language

 */

$g_default_language= 'english';

=》

$g_default_language= 'chinese_simplified';

上一頁12345下一頁
軟件測試工具 | 聯(lián)系我們 | 投訴建議 | 誠聘英才 | 申請使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd