Search found 9 matches

by brunette
16 Jun 2006, 12:23
Forum: Help
Topic: Extracting bug reports from Mantis
Replies: 1
Views: 2497

Hi,

If you uncomment these lines in ./print_bug_page.php it shold work:
so replace:
if ( SIMPLE_ONLY == $g_show_view ) {
print_header_redirect ( 'bug_view_page.php?bug_id='.$f_bug_id );
}
with:
# if ( SIMPLE_ONLY == $g_show_view ) {
# print_header_redirect ( 'bug_view_page.php?bug_id='.$f_bug ...
by brunette
15 Feb 2006, 14:09
Forum: General Discussion
Topic: Multiple Authentication mode
Replies: 10
Views: 16349

Re: multiple authentication

You can find my patch #<6718>

Bye
by brunette
14 Feb 2006, 11:09
Forum: Help
Topic: mantis 1.0.0-stable error saving filters
Replies: 3
Views: 4278

Yes there is a bug in mantis 1.0.0-stable with filter. (this bug doesn't appear in mantis 1.0.0rc5)

But a correction exists see the bug #6668 and #6663 in the mantis bug report.

If you want to correct fastly that you can upload in cvs the last version of this file query_store_page.php in the head ...
by brunette
09 Nov 2005, 18:45
Forum: Help
Topic: Security Problem
Replies: 0
Views: 2552

Security Problem

Hi,

I find a security problem in Mantis 1.0.0-rc3
I desactivate the creation of account by email.

Only administrator can create user by the interface. The problem is that password appears in clear in the data base.
When the user changes his password the same problem appears.

Password must be ...
by brunette
09 Aug 2005, 15:37
Forum: General Discussion
Topic: Multiple Authentication mode
Replies: 10
Views: 16349

Ok
I have implemented my own plug in for this case :

- people who work in our compagny -> ldap
- customer -> MD5

I just define a new constant in the file : core/constant_inc.php

If your are interested join me I will give you my solution ;-)

Bye
by brunette
09 Aug 2005, 09:00
Forum: General Discussion
Topic: Multiple Authentication mode
Replies: 10
Views: 16349

Thanks ...

I will try to make a little plug in to do that before your implement of this fonctionnality.

Bye
by brunette
08 Aug 2005, 13:29
Forum: General Discussion
Topic: Multiple Authentication mode
Replies: 10
Views: 16349

Multiple Authentication mode

Hi,

I continue the study of Mantis for our society... it's really a great project we really want to use it . It's easy to use, very complete and it's also very easy to configure if you know PHP.

I saw in the roadmap of the project that multiple authentification modes would be implement in the ...
by brunette
28 Jul 2005, 07:47
Forum: Help
Topic: hide assigned to reporters and testers
Replies: 2
Views: 5089

thanks for your help !!!
It's OK now ...
by brunette
27 Jul 2005, 12:57
Forum: Help
Topic: hide assigned to reporters and testers
Replies: 2
Views: 5089

hide assigned to reporters and testers

Hi,

I study actually Mantis ... for me it's the best BTS for the moment !!!
I work in an IT Enterprise in France and we would like to use Mantis.

But I have a problem ;-)

The testers and the reporters see the developer who is assigned to the request. I would like to hide this information.

How ...