Only allow Alphanumerical characters and underscores when registering a new username

Use RegexUtils in GuiUploadFile
This commit is contained in:
CrushedPixel
2015-07-25 14:53:03 +02:00
parent efbf9bd3b9
commit caf0807e8b
3 changed files with 8 additions and 10 deletions

View File

@@ -129,6 +129,7 @@ replaymod.gui.register.confirmpw=Confirm Password
replaymod.gui.register.error.nomatch=Passwords don't match
replaymod.gui.register.error.shortusername=Username has to be at least 5 characters long
replaymod.gui.register.error.invalidname=Username may only contain letters and numbers
replaymod.gui.register.error.shortpw=Password has to be at least 5 characters long
replaymod.gui.register.error.authfailed=Could not authenticate your Minecraft account