From b196d3e022eaefb0728ecd4011dbc06712448655 Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sat, 15 Jul 2017 18:31:19 +0200 Subject: [PATCH] Whoops, allow simbols --- .../xephi/authme/settings/properties/RestrictionSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/RestrictionSettings.java b/src/main/java/fr/xephi/authme/settings/properties/RestrictionSettings.java index d5784cd19..ca8738c5c 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/RestrictionSettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/RestrictionSettings.java @@ -158,7 +158,7 @@ public final class RestrictionSettings implements SettingsHolder { @Comment("Regex syntax for allowed chars in passwords") public static final Property ALLOWED_PASSWORD_REGEX = - newProperty("settings.restrictions.allowedPasswordCharacters", "[0-z]*"); + newProperty("settings.restrictions.allowedPasswordCharacters", "[0-~]*"); @Comment("Force survival gamemode when player joins?") public static final Property FORCE_SURVIVAL_MODE =