Typos in email_login.py

This commit is contained in:
tajmone 2015-03-21 23:33:35 +01:00 committed by Griatch
parent 568ebee17f
commit ec19f88c70

View file

@ -167,7 +167,7 @@ class CmdUnconnectedCreate(MuxCommand):
session.msg(string)
return
if not re.findall('^[\w. @+-]+$', playername) or not (0 < len(playername) <= 30):
session.msg("\n\r Playername can max be 30 characters or fewer. Letters, spaces, dig\
session.msg("\n\r Playername can be max 30 characters, or less. Letters, spaces, dig\
its and @/./+/-/_ only.") # this echoes the restrictions made by django's auth module.
return
if not email or not password: