Typos in email_login.py
This commit is contained in:
parent
568ebee17f
commit
ec19f88c70
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class CmdUnconnectedCreate(MuxCommand):
|
||||||
session.msg(string)
|
session.msg(string)
|
||||||
return
|
return
|
||||||
if not re.findall('^[\w. @+-]+$', playername) or not (0 < len(playername) <= 30):
|
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.
|
its and @/./+/-/_ only.") # this echoes the restrictions made by django's auth module.
|
||||||
return
|
return
|
||||||
if not email or not password:
|
if not email or not password:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue