Feature #490
closedAllow anonymous bug reports
0%
Description
Issues submitting should be allowed for anonymous persons. Not 1 out of 4 people will register on website just to report
a bug!
Updated by Jean-Philippe Lang about 17 years ago
Done in r919.
Anonymous users can now be allowed to create, edit, comment issues,
comment news and post messages in the forums.
These permissions need to be explicitly given to the Anonymous
role (Admin -> Roles & Permissions -> Anonymous).
Updated by Derek Montgomery about 17 years ago
After updating I don't see any changes done to the
permission grid even though I restarted everything just to
make sure./
Any tips?
Updated by Jean-Philippe Lang about 17 years ago
No checkbox on the 'add issues' line for the anonymous role ?
No idea about this problem if you have properly restarted the
application. Just to make sure, could you post the line 32 of
lib/redmine.rb ?
Updated by Derek Montgomery about 17 years ago
map.permission :add_issues, {:projects => :add_issue}
Permission grid is now updated. Happened when I commit rev
921. I think it might be related to some cache trouble with
fcgid and/or apache since using the Redmick server it works.
Sorry for the trouble.