Revert "Typofix in filepath instruction"

This reverts commit d0391873a5.
This commit is contained in:
Kate 2015-08-23 16:27:02 -06:00
parent d0391873a5
commit 1a0b6851d9

View file

@ -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.