Uploaded image for project: 'Reporting Module'
  1. Reporting Module
  2. REPORT-368

If scheduler.password is wrong, then the reporting module will quickly lock your admin account

    XMLWordPrintable

Details

    Description

      See TRUNK-3272.

      Proposed quick solution:

      • store "last failed login timestamp" as a static variable on AbstractReportsTask
      • in the authenticate() method, if we're within 5 minutes of the last failed login, then do not try to log in again; instead log a warning

      (Unfortunately "5 minutes", or rather 300000 ms, is hardcoded in HibernateContextDAO in core, so we're stuck hardcoding that as well.)

      Gliffy Diagrams

        Attachments

          Issue Links

            Activity

              People

                darius Darius Jazayeri
                darius Darius Jazayeri
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: