Update login contribs to honor ACCOUNT_REGISTRATION_ENABLED. Resolve #3428
This commit is contained in:
parent
015698d06f
commit
43e31abc8d
4 changed files with 18 additions and 10 deletions
|
|
@ -6,9 +6,8 @@ import datetime
|
|||
import re
|
||||
from codecs import lookup as codecs_lookup
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
import evennia
|
||||
from django.conf import settings
|
||||
from evennia.commands.cmdhandler import CMD_LOGINSTART
|
||||
from evennia.comms.models import ChannelDB
|
||||
from evennia.utils import class_from_module, create, gametime, logger, utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue