From 1a0b6851d91f92c9701977cfb58632fd825a1e22 Mon Sep 17 00:00:00 2001 From: Kate Date: Sun, 23 Aug 2015 16:27:02 -0600 Subject: [PATCH] Revert "Typofix in filepath instruction" This reverts commit d0391873a55d558b55c957d0142e60a41f5db270. --- evennia/contrib/email_login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/email_login.py b/evennia/contrib/email_login.py index 78eacbf388..25790cb061 100644 --- a/evennia/contrib/email_login.py +++ b/evennia/contrib/email_login.py @@ -19,7 +19,7 @@ Installation is simple: To your settings file, add/edit the line: ```python -CMDSET_UNLOGGEDIN = "contrib.email_login.UnloggedinCmdSet" +CMDSET_UNLOGGEDIN = "contrib.email-login.UnloggedinCmdSet" ``` That's it. Reload the server and try to log in to see it.