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.
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
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.