Merge pull request #89 from Maxetto/master

Enhanced Password Regex
This commit is contained in:
Alexandre Vanhecke 2015-07-05 18:16:04 +02:00
commit 8fffb8c489

View File

@ -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
enableIpCheck: false