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

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