Search found 8378 matches

by atrol
03 Apr 2010, 07:12
Forum: General Discussion
Topic: Installation of Mantisbt
Replies: 5
Views: 3808

Re: Installation of Mantisbt

There is the page <yourInstallation>/admin/test_email.php available which will help to find email related problems. Maybe it's better to start without the email stuff, so you are able to create users without confirmation email. To disable this feature, add the following line to the file config_inc.p...
by atrol
01 Apr 2010, 11:41
Forum: Help
Topic: Increase the length of summary field.
Replies: 7
Views: 5687

Re: Increase the length of summary field.

I wrote: you have to change one line in file bug_report_page.php from maxlength="128" to maxlength="225"
Where is the problem? Can't you find the file bug_report_page.php?
by atrol
01 Apr 2010, 08:02
Forum: General Discussion
Topic: Installation of Mantisbt
Replies: 5
Views: 3808

Re: Installation of Mantisbt

Did you get a confirmation email for the user that you created?
by atrol
01 Apr 2010, 07:55
Forum: Deutsch
Topic: Nutzer ausschliessen
Replies: 2
Views: 5131

Re: Nutzer ausschliessen

wenn Du nicht willst, dass sich User selbst registrieren können, füge die folgende Zeile in die Datei config_inc.php ein
$g_allow_signup = OFF;
by atrol
31 Mar 2010, 08:05
Forum: Help
Topic: Increase the length of summary field.
Replies: 7
Views: 5687

Re: Increase the length of summary field.

I am not sure whether I understand your question,
you have to change one line in file bug_report_page.php from maxlength="128" to maxlength="225"
Be aware that there might be other pages which could be affected, I didn't check
by atrol
30 Mar 2010, 08:31
Forum: Deutsch
Topic: Berechtigung für Manage Configuration einstellen
Replies: 1
Views: 4628

Re: Berechtigung für Manage Configuration einstellen

So wie Du es beschreibst ist das ein Fehler. Erfasse bitte einen Fall im Tracker dafür.
by atrol
30 Mar 2010, 08:26
Forum: Deutsch
Topic: Windows Authentifizierung
Replies: 1
Views: 4793

Re: Windows Authentifizierung

Schau mal hier, ob das weiterhilft
http://www.mantisbt.org/wiki/doku.php/m ... _directory
Ich habe bisher allerdings keine eigene Erfahrung mit der Einbindung von LDAP gemacht.
by atrol
30 Mar 2010, 08:20
Forum: Deutsch
Topic: Anpassungen Terminologie und ggf. Felder
Replies: 7
Views: 10730

Re: Anpassungen Terminologie und ggf. Felder

Das Newssystem scheint deaktiviert zu sein - ist das jetzt per Standard "off" geschaltet, oder hat sich da was geändert, sodass mein DB Backup da nicht gegriffen hat? Das Newssystem ist per default deaktiviert, da es zukünftig nicht weiter unterstützt werden wird und durch ein neues Plugi...
by atrol
29 Mar 2010, 15:35
Forum: Customizations
Topic: Reporters in the Send a reminder list
Replies: 2
Views: 3269

Re: Reporters in the Send a reminder list

add the following linw to your config_inc.php

$g_reminder_receive_threshold = REPORTER;
by atrol
29 Mar 2010, 15:20
Forum: Help
Topic: Mantis 1.2.0 - Naive Questions
Replies: 1
Views: 1649

Re: Mantis 1.2.0 - Naive Questions

1: Does each Client require downloading Mantis or can it be hosted on a web site for web use? MantisBT is a pure web application 2: In a Mantis bug database, where is the data stored? Data is stored in a database, typically mySQL, but Postgres, Oracle, MSSQL should also work 3: How secure/private i...
by atrol
29 Mar 2010, 06:58
Forum: Help
Topic: Secure password length
Replies: 1
Views: 1662

Re: Secure password length

this is a know feature request, have a look at
http://www.mantisbt.org/bugs/view.php?id=10318
by atrol
27 Mar 2010, 14:15
Forum: Deutsch
Topic: Anpassungen Terminologie und ggf. Felder
Replies: 7
Views: 10730

Re: Anpassungen Terminologie und ggf. Felder

Schaue Dir zunächst mal die Datei config_defaults_inc.php an (insbesondere z.B. die stelle $g_bug_report_page_fields = ..) Wenn Du an den dort beschriebenen Standardkonfigurationen etwas ändern möchtest, dann kopiere die entsprechenden Zeilen und füge sie in die Datei config_inc.php ein und ändere w...