AuthMe Reloaded

AuthMe Reloaded

3M Downloads

AllowRestrictedUser Kicking out illegal logins too slowly

cloudwww opened this issue ยท 0 comments

commented

What behaviour is observed?

When I enable AllowRestrictedUser and set the AllowedRestrictedUser to xxx;ip, a person with a restricted ip address is able to join the server instead of being kicked out immediately, he enters the game and waits for close to 10 seconds before he is kicked out, and in the meantime can try to log in using the /login command, and if he guessed the password correctly, he could even log in successfully!

AllowRestrictedUser: true
AllowedRestrictedUser:
    - xxx;127.0.0.1

Expected behaviour

Restricted ip addresses should be blocked from entering the server, rather than being allowed to enter the server and wait close to 10 seconds before kicking them out.

To Reproduce

AllowRestrictedUser: true
AllowedRestrictedUser:
    - xxx;127.0.0.1

2.Try to log in to the xxx account using an address other than 127.0.0.1

3.Found that it can enter the server and can try the /login command

Plugin list

Image

Server Implementation

Standalone server (no proxy)

Database Implementation

SQLite

AuthMe Version

5.6.0

Error log (if applicable)

No response

Configuration

x