Search found 4 matches

by thewolf
07 May 2020, 15:51
Forum: Help
Topic: Cannot connect with database over SSL
Replies: 6
Views: 11778

Re: Cannot connect with database over SSL

If you add the SSL requirement to the MySQL user, e.g.:

ALTER USER mantis REQUIRE SSL;

and you add the following line to the config_inc.php file:

$g_dsn = "mysqli://$g_db_username:$g_db_password@$g_hostname/$g_database_name?clientflags=" . MYSQLI_CLIENT_SSL;

Mantis keeps working correctly ...
by thewolf
23 Jan 2007, 12:58
Forum: Help
Topic: What is a sub-project?
Replies: 1
Views: 4224

Hi,

I'm looking for the same info, I couldn'f find anything about that in the Mantis manual.

Did you figure that out?

Anyone who is willing to spend a few words about subprojects in Mantis?

Thanks.
by thewolf
15 Jan 2007, 17:47
Forum: General Discussion
Topic: private issue and private note
Replies: 10
Views: 27510

Hi,

Can anyone point me in the right direction to figure out what is the minimum level of access (e.g. developer) to access private bugs and private notes?

Thanks.
by thewolf
18 Sep 2006, 10:49
Forum: General Discussion
Topic: private issue and private note
Replies: 10
Views: 27510

private issue and private note

Hi,

I think I know what a private project is, but I'm not sure about private issue and private note, I couldn't find anything about them in the documentation.

Can anyone explain what they are for?

Does the private status only affect viewing or also email notification?

Thanks.