userid/password for bug tracking system security

Discuss test processes, standards, documentation, teams, criteria, test environments, etc.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
josri
Advanced user
Posts: 30
Joined: Fri Jun 12, 2009 9:39 pm

userid/password for bug tracking system security

Post by josri »

Hi,

In our org, for security reasons, they won't let us put userid/password in conf file as the documentation says to :(
define('BUG_TRACK_DB_USER', '[CONFIGURE_BUG_TRACK_DB_USER]');
define('BUG_TRACK_DB_PASS', '[CONFIGURE_BUG_TRACK_DB_PASS]');

a. Is there a way to make it prompt for the userid/password when entering the bug id?
b. Do I need just read access to the bug tracking db or both read and write access?

Thank you
Jo
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: userid/password for bug tracking system security

Post by fman »

there is no way to do what you need in standard TestLink
you need Just READ ACCESS
Post Reply