diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index d2147b1f..d362a4e6 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -165,7 +165,7 @@ settings: # AuthMe will NEVER teleport players ! noTeleport: false # Regex sintax for allowed Chars in passwords. - allowedPasswordCharacters: '[a-zA-Z0-9_?!@+&-]*' + allowedPasswordCharacters: '[\x21-\x7E]*' GameMode: # ForceSurvivalMode to player when join ? ForceSurvivalMode: false @@ -422,4 +422,4 @@ Protection: antiBotDuration: 10 VeryGames: # These features are only available on VeryGames Server Provider - enableIpCheck: false \ No newline at end of file + enableIpCheck: false