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
|
|
@ -17,8 +17,7 @@ To your settings file, add/edit the line:
|
|||
|
||||
CMDSET_UNLOGGEDIN = "contrib.menu_login.UnloggedInCmdSet"
|
||||
|
||||
That's it. The cmdset in this module will now be used instead of the
|
||||
default one.
|
||||
That's it. Reload the server and try to log in to see it.
|
||||
|
||||
The initial login "graphic" is taken from strings in the module given
|
||||
by settings.CONNECTION_SCREEN_MODULE. You will want to copy the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue