Changed default login from email+password to the more familiar username+password.
The old system has been moved to contrib/mux-login.py. This change was done due to the need for an email seems counterintuitive to many new developers, giving the impression that it is actually required by django (it is not, rather it was supposedly similar to MUX).
This commit is contained in:
parent
da0598bcc3
commit
bc34a76173
5 changed files with 437 additions and 86 deletions
|
|
@ -10,9 +10,10 @@ DEFAULT_SCREEN = \
|
|||
Welcome to {gEvennia{n, version %s!
|
||||
|
||||
If you have an existing account, connect to it by typing:
|
||||
{wconnect <email> <password>{n
|
||||
{wconnect <username> <password>{n
|
||||
If you need to create an account, type (without the <>'s):
|
||||
{wcreate \"<username>\" <email> <password>{n
|
||||
{wcreate <username> <password>{n
|
||||
|
||||
If you have spaces in your username, enclose it in quotes.
|
||||
Enter {whelp{n for more info. {wlook{n will re-show this screen.
|
||||
{b=============================================================={n""" % utils.get_evennia_version()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue