MantisBT: master 292db255

Author Committer Branch Timestamp Parent
vboctor vboctor master 2015-04-17 22:42 master 0ed1d2d9
Affected Issues  0019261: Throttle number of bugs and comments that users can submit
Changeset

Protect against malicious REPORTERs

This is a proposal against enabling spammers to signup and spam
the bug tracker. The changes limits the number of possible changes
by signed up users to 10 per hour. Although the feature and limits are configurable.
This check doesn't apply when signup feature is not enabled or when users have access
level above the default was assigned on signup.

Issue 0019261

mod - config_defaults_inc.php Diff File
add - core/antispam_api.php Diff File
mod - core/bug_api.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/constant_inc.php Diff File
mod - core/history_api.php Diff File
mod - core/tag_api.php Diff File
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File
add - docbook/Admin_Guide/en-US/config/antispam.xml Diff File
mod - lang/strings_english.txt Diff File