Actions
Misc #22207
closedSorting issues in Redmine not allowed when logged out
Misc #22207:
Sorting issues in Redmine not allowed when logged out
Status:
Closed
Assignee:
-
Description
When I'm logged out sorting on the updated_on isn't allowed.
The following page results in a 403:
https://bugs.ruby-lang.org/projects/ruby-master/issues?sort=updated_on%3Adesc%2Cid%3Adesc
This doesn't happen on the official Redmine website:
https://www.redmine.org/projects/redmine/issues?sort=updated_on%3Adesc%2Cid%3Adesc
Updated by hsbt (Hiroshi SHIBATA) 3 days ago
ยท Edited
- Status changed from Open to Closed
This redmine have massive AI bot access everyday. I restrict to access issues view with any params now for guest user.
I will loosen the conditions depending on the situation, but please log in if you want to use sorting or other features.
Actions