dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
862 stars 468 forks source link

Wrong defaults #19486

Closed wezell closed 3 years ago

wezell commented 4 years ago
  1. bad login delay By default we use a exponential delay for failed login requests - often times this grows.... exponentially and adds delays of minutes when a bad login occurs. This is a killer for support where multiple people are trying the same failing login and it basically blocks the ui. We should just wait 2 seconds for a failed login by default.

  2. Clickstreams Clickstreams are deprecated and should be removed. We need to turn off the scheduled jobs as well

  3. Linkchecker Linkchecker has been deprecated and should be removed.

wezell commented 4 years ago

PR: #19487

jcastro-dotcms commented 3 years ago

Great! Are these new setting included in the configuration plugin/script we use when generating Cloud Instances?