I have an open source project and I'd like to allow visitors to view all the bugs for this particular project without having to create an account or log in.
How can do do this?
Thanks!
Search found 5 matches
- 03 May 2009, 04:09
- Forum: Help
- Topic: Make the "All Bug List" page available to viewers?
- Replies: 1
- Views: 1029
- 24 Oct 2007, 17:58
- Forum: Help
- Topic: Getting Password Reset and Signup Emails, but no other.
- Replies: 4
- Views: 3708
SOLVED: $g_email_receive_own
Although the log was never written to, I finally figured out that the reason I wasn't getting emails was because I was performing all the actions as myself, and this option "$g_email_receive_own" was defaulted to OFF. I turned it on and now I'm getting the email notifications. Personally I would ...
- 24 Oct 2007, 16:25
- Forum: Help
- Topic: Getting Password Reset and Signup Emails, but no other.
- Replies: 4
- Views: 3708
No entries.
Hi, I put the two properties in config_inc.php, and I sent out a couple new account emails and a couple password reset emails. I get the emails, but nothing is being put in to that file. I tailed it while sending as well, I didn't see anything being written to the file.
- 24 Oct 2007, 15:51
- Forum: Help
- Topic: Getting Password Reset and Signup Emails, but no other.
- Replies: 4
- Views: 3708
I Downgraded, and Set the $g_return_path_email.
I downgraded to the the 1.0.8 version, and I've also set the $g_return_path_email variable in config_inc.php. I still only get the signup and password emails and I'm not getting any bounce backs. I looked through the defaults php file and I see that email notifications are on, do I need to set ...
- 24 Oct 2007, 04:33
- Forum: Help
- Topic: Getting Password Reset and Signup Emails, but no other.
- Replies: 4
- Views: 3708
Getting Password Reset and Signup Emails, but no other.
Hi, I'm new. I'm trying to set up Mantis on my VPS, and I'm having some issues with the notification emails. If I create a new user, the user gets an email about the account creation, and if I reset a users' password, they get those emails. However, if I create a ticket, or update a ticket no one ...