Search found 44 matches

by shanthini.g
03 Feb 2024, 05:16
Forum: General Discussion
Topic: To automatically clone issues
Replies: 1
Views: 1987

To automatically clone issues

Hi,

For one project we will be having multiple modules. When one bug is posted in one module that bug has to be duplicated in rest of the modules also. Do we have the possibility to do this automatically instead of cloning manually. Please help

Thanks
by shanthini.g
20 Jan 2024, 16:48
Forum: General Discussion
Topic: How to remove the saved filter
Replies: 1
Views: 1899

How to remove the saved filter

Hi, How can I remove a saved filter from my a/c. We have large No. of bugs and I selected a huge date range with 'All projects' filter by mistake. So when ever View issues page is selected the page hangs and getting memory exhausted error. Please suggest how to remove the saved filter. Mantis versio...
by shanthini.g
07 May 2021, 08:47
Forum: General Discussion
Topic: Possibility to duplicate and copy an issue from one project to another
Replies: 1
Views: 3711

Possibility to duplicate and copy an issue from one project to another

HI,

Do we have the possibility to duplicate and copy an issue from one project to another

Thanks
by shanthini.g
23 Dec 2020, 07:02
Forum: General Discussion
Topic: Possibility to send reset password link using a PHP script
Replies: 1
Views: 2643

Possibility to send reset password link using a PHP script

Hi,

Do we have possibility to send reset password link using a PHP script for the users who were created via MySQL DB manually or imported from CSV

Thanks
by shanthini.g
23 Dec 2020, 06:35
Forum: Help
Topic: LDAP authentication - Error
Replies: 17
Views: 15753

Re: LDAP authentication - Error

Hi mushu and cas, I have installed this plugin Also while testing I noted the below 1) If users are available in 'mantis_user_table' this is allowing the users to login just after entering the user name without entering password. 2) In this method users are not referred from AD but they are referred...
by shanthini.g
22 Dec 2020, 14:39
Forum: Help
Topic: LDAP-Able to fetch email but got error as Your a/c may be disabled/blocked or the username/pw you entered is incorrect.
Replies: 2
Views: 1782

Re: LDAP-Able to fetch email but got error as Your a/c may be disabled/blocked or the username/pw you entered is incorre

Hi cas Thanks for your reply. My LDAP setting is as below # --- LDAP ---------- # --- login method ---------------- # CRYPT or PLAIN or MD5 or LDAP or BASIC_AUTH # You can simply change this at will. Mantis will try to figure out how the passwords were encrypted. $g_login_method = LDAP; ############...
by shanthini.g
22 Dec 2020, 11:49
Forum: Help
Topic: LDAP-Able to fetch email but got error as Your a/c may be disabled/blocked or the username/pw you entered is incorrect.
Replies: 2
Views: 1782

LDAP-Able to fetch email but got error as Your a/c may be disabled/blocked or the username/pw you entered is incorrect.

Hi, My Mantis version is 2.15. When I try LDAP authentication I am able to fetch the email id from AD. But getting error as 'Your account may be disabled or blocked or the username/password you entered is incorrect.' My LDAP log is as follows LDAP logs [17-Dec-2020 05:49:55 Europe/Berlin] 2020-12-17...
by shanthini.g
22 Dec 2020, 11:29
Forum: Help
Topic: LDAP authentication - Error
Replies: 17
Views: 15753

Re: LDAP authentication - Error

Hi mushu and cas I tried downloaded the plugin from these links https://github.com/mantisbt-plugins/SimpleSAMLphpAuth/tree/initial and https://github.com/mantisbt-plugins/SampleAuth and placed then in Mantis -> plugins folder. But the details are not available in Manage -> Manage Plugins -> Installe...
by shanthini.g
17 Dec 2020, 10:22
Forum: Help
Topic: LDAP authentication - Error
Replies: 17
Views: 15753

Re: LDAP authentication - Error

Hi, I am using the LDAP configurations as per below link https://squeakyspacebar.github.io/2011/08/01/using-ad-auth-with-mantis-and-ants.html And as suggested in this link https://www.mantisbt.org/wiki/doku.php/mantisbt:active_directory#:~:text=Users%20must%20be%20created%20manually,is%20used%20for%...
by shanthini.g
17 Dec 2020, 05:26
Forum: Help
Topic: LDAP authentication - Error
Replies: 17
Views: 15753

Re: LDAP authentication - Error

Hi mushu,
Can you please share AdLogin plugin link
Thanks
by shanthini.g
28 Sep 2020, 06:51
Forum: General Discussion
Topic: To track a bug in multiple versions
Replies: 1
Views: 2775

To track a bug in multiple versions

Hi, In our company we have one base application (Project A) and multiple client specific versions of the same application with minor variations (Project A-1, Project A-2, Project A-3...). If an issue is reported in a client specific version (Project A-1), after fixing the same we would like to make ...
by shanthini.g
11 Aug 2020, 04:57
Forum: General Discussion
Topic: some unwanted joins are added - phpMyadmin
Replies: 3
Views: 5871

Re: some unwanted joins are added - phpMyadmin

Hi, This is not a query related error. I did not executed any query. If I click 'Browse' button, I am getting below error. Some unwanted joins are added by phpMyadmin. For 'mantis-bug_table' alone I am facing this issue. I am able to browse rest of the tables. #1064 - You have an error in your SQL s...
by shanthini.g
10 Aug 2020, 11:44
Forum: General Discussion
Topic: some unwanted joins are added - phpMyadmin
Replies: 3
Views: 5871

some unwanted joins are added - phpMyadmin

Hi, I am facing below issues while accessing Mantis DB from phpMyadmin SELECT * FROM `mantis_bug_table` returns error as below #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ELECT * FROM `mantis_bug_table...
by shanthini.g
15 Jul 2020, 06:18
Forum: Help
Topic: LDAP authentication - Error
Replies: 17
Views: 15753

Re: LDAP authentication - Error

Hi,
Could any one help with this please
Thanks
by shanthini.g
15 Jul 2020, 06:17
Forum: Customizations
Topic: Adding new value to g_status_enum_string - without altering exiting data
Replies: 7
Views: 11327

Re: Adding new value to g_status_enum_string - without altering exiting data

Hi,
Could you please suggest what may be the issue if we define 85 as "deployed"
Thanks