Skip to content

"captcha" option does not apply to dialog registration #3088

@Huge-mistake

Description

@Huge-mistake

What behaviour is observed?

Registration via dialog interface does not require captcha verification
Both 'maxLoginTry' and 'requireForRegistration' have no effect on Dialog.

Expected behaviour

Dialog-based registration should require captcha verification.
When requireForRegistration is enabled, captcha is required after multiple password verification failures.

To Reproduce

captcha:
    # Enable captcha when a player uses wrong password too many times
    useCaptcha: true
    # Max allowed tries before a captcha is required
    maxLoginTry: 3
    # Captcha length
    captchaLength: 5
    # Minutes after which login attempts count is reset for a player
    captchaCountReset: 60
    # Require captcha before a player may register?
    requireForRegistration: true

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