Search found 2 matches

by scheidelg
26 Feb 2010, 19:52
Forum: Customizations
Topic: How can Administrator change user password from Mantis?
Replies: 14
Views: 63065

Re: How can Administrator change user password from Mantis?

I ran into this issue yesterday, and created a patch to address this for my environment.

At a high level, it modifies the manage_user_edit_page.php page to include "Password" and "Confirm Password" text boxes.

In more detail:

manage_user_edit_page.php

- Add a new "Password" and "Confirm ...
by scheidelg
25 Feb 2010, 18:58
Forum: Help
Topic: MantisBT on Windows and MS SQL 2005/2008
Replies: 0
Views: 2013

MantisBT on Windows and MS SQL 2005/2008

Is there any sort of "how to" for installing MantisBT on a WIndows server with MS SQL 2005/2008?

I have been fighting with this for several days trying different variations of PHP, MS SQL extensions for PHP (FreeTDS, php-mssql.dll, Microsoft's PHP extension for MS SQL), Web Server Extensions for ...