mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
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)
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue