Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-37575

Option To Lock User Out Permanently After Maximum Failed Password Attempts

    • 3
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      It has come to our attention that certain companies have the security policy to completely lock an account completely, after a certain number of failed password attempts.

      Currently, Confluence allows the user to still login with the correct password after the maximum failed attempts, as long as they enter the correct Captcha.

      We need to allow admins the ability to completely lock the account after a number of failed attempts, something like what this query does:

      UPDATE cwd_user_attribute c JOIN cwd_user u ON c.user_id = u.id SET c.attribute_value = 'true', c.attribute_lower_value = 'true'
      WHERE u.user_name = '<username>' AND c.attribute_name = 'requiresPasswordChange';
      

      Where <username> is the user's username.

          Form Name

            [CONFSERVER-37575] Option To Lock User Out Permanently After Maximum Failed Password Attempts

            Sen Geronimo made changes -
            Workflow Original: JAC Suggestion Workflow 4 [ 3574594 ] New: JAC Suggestion Workflow 3 [ 4335936 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow 2 [ 3180384 ] New: JAC Suggestion Workflow 4 [ 3574594 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3039787 ] New: JAC Suggestion Workflow 2 [ 3180384 ]
            Adam Barnes (Inactive) made changes -
            Resolution New: Won't Do [ 10000 ]
            Status Original: Gathering Interest [ 11772 ] New: Resolved [ 5 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2538714 ] New: JAC Suggestion Workflow [ 3039787 ]
            SET Analytics Bot made changes -
            Support reference count Original: 1 New: 3
            SET Analytics Bot made changes -
            Support reference count Original: 3 New: 1
            Rachel Lin (Inactive) made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 2282616 ] New: Confluence Workflow - Public Facing v4 [ 2538714 ]
            Status Original: Needs Verification [ 10004 ] New: Gathering Interest [ 11772 ]
            SET Analytics Bot made changes -
            Support reference count New: 3
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 - TEMP [ 2176133 ] New: Confluence Workflow - Public Facing v3 [ 2282616 ]

              Unassigned Unassigned
              fsim Foo Sim (Inactive)
              Votes:
              5 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: