Skip to content

"tempban" does not apply to dialog operations #3089

@Huge-mistake

Description

@Huge-mistake

What behaviour is observed?

Repeated wrong password entries in dialog login will not trigger tempban.

Expected behaviour

Multiple incorrect password entries in dialog login should trigger tempban

To Reproduce

tempban:
    # Tempban a user's IP address if they enter the wrong password too many times
    enableTempban: true
    # How many times a user can attempt to login before their IP being tempbanned
    maxLoginTries: 6
    # The length of time a IP address will be tempbanned in minutes
    # Default: 480 minutes, or 8 hours
    tempbanLength: 10
    # How many minutes before resetting the count for failed logins by IP and username
    # Default: 480 minutes (8 hours)
    minutesBeforeCounterReset: 10
    # The command to execute instead of using the internal ban system, empty if disabled.
    # Available placeholders: %player%, %ip%
    customCommand: ''

Plugin list

authme

Server Implementation

Standalone server (no proxy)

Database Implementation

SQLite

AuthMe Version

02ba9b5

Error log (if applicable)

No response

Configuration

New configuration file generated. Please refer to the modified content above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions