您的位置:软件测试 > 开源软件测试 > 开源Bug管理工具 > Mantis
testlink&mantis系列:Mantis配置修改
作者:网络转载 发布时间:[ 2013/12/24 10:47:27 ] 推荐标签:配置 mantis

1.1. config_defaults_inc.php&config_inc.php

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

读配置时,config_inc.php中的配置优先于config_defaults_inc.php;


1.1.1. 创建用户及重置密码时是否发送邮件

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. 语言设置

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下一页
软件测试工具 | 联系我们 | 投诉建议 | 诚聘英才 | 申请使用列表 | 网站地图
沪ICP备07036474 2003-2017 版权所有 上海泽众软件科技有限公司 Shanghai ZeZhong Software Co.,Ltd