User blocked to avoid spam (rate limiting)

In order to work around this, one of the following actions can be done:

  • Upgrade the user to an access level above REPORTER or use a different user to do batch actions.
  • Increase the limit or disable the feature - Go to "Manage - Manage Configuration - Configuration Report" and add the following config: All Projects, All Users, antispam_max_event_count, integer, 50
  • The time window can be changed as well - Go to Manage - Manage Configuration and add the following config: All Projects, All Users, antispam_time_window_in_seconds, integer, 10

Note that the feature can be completely disabled by setting the antispam_max_event_count to 0.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to change Login Page Logo & Icon

Just add the following new line to file config_inc.php $g_logo_image = 'images/my_logo.gif';...

Want to add own company url in footer section

See https://github.com/mantisbt/mantisbt/blob/release-2.15.0/core/layout_api.php#L1150