Typofix in filepath instruction
This commit is contained in:
parent
1a0b6851d9
commit
cea51a7b56
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Installation is simple:
|
||||||
To your settings file, add/edit the line:
|
To your settings file, add/edit the line:
|
||||||
|
|
||||||
```python
|
```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.
|
That's it. Reload the server and try to log in to see it.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue