- Status New
- Percent Complete
- Task Type Feature Request
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Low
- Reported Version 1.0 devel (github master)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2105 - countermeasures for 'add task anonymous' spam
Today I got first SPAM on bugtracker.
Question: Is it possible to enable CAPTCHA for anonymus task add?
Question 2: Is it possible to delete SPAM tasks.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I modified the summary a bit.
Q1: Is it possible to enable CAPTCHA for anonymus task add?
A1: At the moment only if you add a captcha method yourself to template and check if it is ok before a new anon task is created. (includes/modify.inc.php at the moment)
Q2: Is it possible to delete SPAM tasks.
A1: "Deleting of tasks" was denied early, see
FS#246.A workaround you can use is: Create another very restricted/hidden project, name it "spam" or something like that, move the spam tasks to this garbage project, delete the whole spam project.
Alternative is to delete within MySQL, but you need to know the table dependencies too to avoid inconsistent data.
A maybe possible future solution could be:
Or if it gets too pesky at the moment, disable anon task reports in your project setting.