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:
Griatch 2012-08-13 20:25:46 +02:00
parent da0598bcc3
commit bc34a76173
5 changed files with 437 additions and 86 deletions

View file

@ -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()