Hi,
Can this be set in new stable mantis version? What about development one which I believe is 1.2.0 a3 now. Any suggestions are appreciated. The above ones seems to be very bad way of getting it to work.
Thanks.
Search found 10 matches
- 19 Feb 2009, 22:21
- Forum: Help
- Topic: Change session timeout value?
- Replies: 8
- Views: 28665
- 13 Sep 2008, 02:16
- Forum: General Discussion
- Topic: LDAP Support in Mantis
- Replies: 6
- Views: 18684
Re: LDAP Support in Mantis
Hi,
It took me a quite a while to figure out the problem with Mantis-LDAP authentication & auto-creation. I post my experience hoping it will help others and LDAP is supported better in the future, I recommend reading these 2 particular post also:
#418 on http://manual.mantisbt.org/manual ...
It took me a quite a while to figure out the problem with Mantis-LDAP authentication & auto-creation. I post my experience hoping it will help others and LDAP is supported better in the future, I recommend reading these 2 particular post also:
#418 on http://manual.mantisbt.org/manual ...
- 10 Jun 2008, 17:26
- Forum: Customizations
- Topic: LDAP Group Mapping
- Replies: 0
- Views: 2459
LDAP Group Mapping
Hi,
Is there LDAP Group Mapping with Mantis available - i.e., can mantis recognize if an user is administrator, reporter, viewer from LDAP groups? If not, any ideas on how to do it? Thanks.
Is there LDAP Group Mapping with Mantis available - i.e., can mantis recognize if an user is administrator, reporter, viewer from LDAP groups? If not, any ideas on how to do it? Thanks.
- 03 Jan 2008, 16:44
- Forum: Help
- Topic: Getting SPAM using notes
- Replies: 1
- Views: 2587
Getting SPAM using notes
Hi,
I am using Mantis Bug Tracking System and getting lot of spam - spammers are using "Add Note" feature on the issue page. So, under an issue, there are lot of spam notes left.
I looked at my server logs - each spam note is from a different IP. So, I can't even block them. Should I install a ...
I am using Mantis Bug Tracking System and getting lot of spam - spammers are using "Add Note" feature on the issue page. So, under an issue, there are lot of spam notes left.
I looked at my server logs - each spam note is from a different IP. So, I can't even block them. Should I install a ...
- 27 Sep 2007, 17:40
- Forum: Help
- Topic: Password Lock
- Replies: 0
- Views: 2327
Password Lock
"A user cannot change his/her own password under mantis" - how do I do this? Of course, I can make account protected. But, any other options like preferences also then cannot be changed.
So, I want "any other options other than password can be changed."
So, I want "any other options other than password can be changed."
- 27 Sep 2007, 17:36
- Forum: Customizations
- Topic: Joomla Mantis Email Notification Solution
- Replies: 0
- Views: 3909
Joomla Mantis Email Notification Solution
If you have Joomla and Mantis tied up using nuy.info (good bridge, by the way) - this annoyance arises:
When a Joomla user logged into mantis for the first time using Joomla - Mantis bridge, a sign up email notification gets sent to user.
(This cannot be turned off by $g_enable_email_notification ...
When a Joomla user logged into mantis for the first time using Joomla - Mantis bridge, a sign up email notification gets sent to user.
(This cannot be turned off by $g_enable_email_notification ...
- 27 Sep 2007, 17:32
- Forum: Help
- Topic: Email Notification Sign Up
- Replies: 5
- Views: 5709
$g_joomla_enable_email_notification = OFF;
Figured it out - I added this following option:
$g_joomla_enable_email_notification = OFF;
in config_inc.php
and modifed code in core/email_api.php
function email_signup( $p_user_id, $p_password, $p_confirm_hash ) {
if ( ( OFF == config_get( 'send_reset_password' ) ) || ( OFF == config_get ...
$g_joomla_enable_email_notification = OFF;
in config_inc.php
and modifed code in core/email_api.php
function email_signup( $p_user_id, $p_password, $p_confirm_hash ) {
if ( ( OFF == config_get( 'send_reset_password' ) ) || ( OFF == config_get ...
- 27 Sep 2007, 15:26
- Forum: Help
- Topic: Email Notification Sign Up
- Replies: 5
- Views: 5709
- 27 Sep 2007, 13:23
- Forum: Help
- Topic: Email Notification Sign Up
- Replies: 5
- Views: 5709
$g_enable_email_notification
If i turn that off - all email notifications are turned off. I want everything on except new signup notifications.
- 27 Sep 2007, 05:04
- Forum: Help
- Topic: Email Notification Sign Up
- Replies: 5
- Views: 5709
Email Notification Sign Up
Hi,
I am using Mantis 1.0.8 and would like to keep all email notifications on except for new user sign-ups - I shouldn't get any mail when an user creates an account. Please let me know how this can be done.
Thanks.
I am using Mantis 1.0.8 and would like to keep all email notifications on except for new user sign-ups - I shouldn't get any mail when an user creates an account. Please let me know how this can be done.
Thanks.