Browsing bugs anonymously

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
archemedia
Posts: 8
Joined: 20 Jan 2011, 16:19

Browsing bugs anonymously

Post by archemedia »

When I post a remark on a bug, a mail is sent to the reporter.
This reporter can then click the link to view the bug. This is anonymous.
On the view bug page, there are << and >> buttons to browse to the next and previous bugs.The code for these links is in 'bub_view_inc.php' around line 250.
I had to manually comment out this code to prevent users browsing other bugs, since that is what I want.
Shouldn't it be a good idea to make this configurable? Like $g_allow_prev_next_in_bug_view

Dany
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Browsing bugs anonymously

Post by atrol »

archemedia wrote: I had to manually comment out this code to prevent users browsing other bugs
You removed just the navigation links. This does not prevent users from viewing other bugs.
e.g. you can enter URL's like the following one and replace the id in it
https://www.mantisbt.org/bugs/view.php?id=19783
Please use Search before posting and read the Manual
Post Reply