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


1.1.6. 不允許用戶自己注冊帳號

config_defaults_inc.php

/**

 * Allow users to signup for their own accounts.

 * If ON, then $g_send_reset_password must be ON as well, and mail settings

 * must be correctly configured

 * @see $g_send_reset_password

 * @global int $g_allow_signup

 */

//$g_allow_signup= ON;

=>

$g_allow_signup= OFF;


1.1.7. 修改時區(qū)

config_defaults_inc.php

/**

 * Default timezone to use in mantis.

 * See http://us.php.net/manual/en/timezones.php

 * for a list of valid timezones.

 * Note: if this is left blank, we use the result of

 * date_default_timezone_get() i.e. in order:

 * 1. Reading the TZ environment variable (if non empty)

 * 2. Reading the value of the date.timezone php.ini option (if set)

 * 3. Querying the host operating system (if supported and allowed by the OS)

 * 4. If none of the above succeed, will return a default timezone of UTC.

 * @global string $g_default_timezone

 */

$g_default_timezone = '';

=》

$g_default_timezone = 'Asia/Shanghai';

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