Uploaded image for project: 'Apache Fineract'
  1. Apache Fineract
  2. FINERACT-2004

Limit login re-tries

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 1.10.0
    • None
    • None

    Description

      Limit the number of login attempts to N times where N is a configurable value under system/configurations.

      To do:

      1. Add ability to set maximum login retries as a global configuration
      1. Check maximum login times and lock account if exceeded

      Notes:

      • The global configuration should allow user to turn it on/off
      • The global configuration should allow user to set maximum retries value
      • Failed logins will set the failed login attempts value and increase it by 1 until max retries have been reached as set in the global configuration
      • Successful login resets the failed login attempts to zero. For example, a user has tried and failed to login 2 times but succeeds on the third. On this third attempt, the failed login value is set to zero.
      • Add this to permissions list to allow granting the same to qualified roles
      • Add tests to allow test automation
      • Add documentation to allow autogeneration by swagger docs

      Attachments

        Activity

          People

            Unassigned Unassigned
            ruhiu John Ruhiu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: