Search found 8 matches

by fx3000se
10 Dec 2007, 12:41
Forum: General Discussion
Topic: Windows network authentication
Replies: 6
Views: 7048

Re: Windows network authentication

...how about ntlm authentication?
Is this built into mantis? If not, how can/could this be achieved?
by fx3000se
09 Mar 2005, 07:05
Forum: Help
Topic: "Encrypted" notifications?
Replies: 3
Views: 9559

found the reason/solution. My /etc/php.ini had
mbstring.func_overload = 7
i.e. mail() was replaced/overloaded with mb_send_mail() -> multibyte encoding ;-)

Regards
fx3000se
by fx3000se
09 Mar 2005, 06:53
Forum: Help
Topic: "Encrypted" notifications?
Replies: 3
Views: 9559

Hi thraxisp,
when doing the admin/check.php email test I get the following email body:
"CllvdXIgUEhQIG1haWwgc2V0dGluZ3MgYXBwZWFyIHRvIGJlIGNvcnJlY3RseSBzZXQuCg=="

Possibly something wrong with my php-mail()-configuration? Any hints?

Regards
fx3000se
by fx3000se
09 Mar 2005, 06:45
Forum: Help
Topic: Mantis 1.0.0rc1-CVS: sql script not up-to-date?
Replies: 3
Views: 9959

vboctor wrote:If you download the code from CVS, you will have to create the db from db_general.sql, then run the upgrade script from the admin area.
Hi vboctor,
where do I find the db_general.sql script?
regards
fx3000se
by fx3000se
08 Mar 2005, 14:41
Forum: Help
Topic: Mantis 1.0.0rc1-CVS: sql script not up-to-date?
Replies: 3
Views: 9959

Mantis 1.0.0rc1-CVS: sql script not up-to-date?

Just fetched Mantis 1.0.0rc1-CVS from the cvs repository and noticed the the db_generate.sql script does not create the "new" table mantis_project_hierarchy_table. This causes a first error in main_page.php. Could it be that the new correct db_generat.sql script was not commited into the r...
by fx3000se
08 Mar 2005, 14:32
Forum: General Discussion
Topic: Password for new user
Replies: 3
Views: 11142

Easier yes, but what if you cannot read the email-notifications?
See "my problem" -> http://forums.mantisbt.org/viewtopic.php?t=98

;-)
by fx3000se
08 Mar 2005, 14:08
Forum: General Discussion
Topic: 0.19.3
Replies: 18
Views: 34046

bugfinder wrote:Most annoying part of the tarball is all the files are named filename,v so you need to rename them all.
looks like the tar-ball is the repository and not a working copy of mantis, i.e. you CANNOT use this tar-ball!
Regards
fx3000se
by fx3000se
08 Mar 2005, 14:02
Forum: General Discussion
Topic: Password for new user
Replies: 3
Views: 11142

Good question! The email notification upon the creation of a new new user or when resetting the password is un-readable (see http://forums.mantisbt.org/viewtopic.php?t=98). My workaround for the moment is: 1) delete the password in the Db update mantis_user_table set password = '' where username = '...