Hi Jeff-- Which branch are you using? The Persona login recently changed, which required a code-change in MozTrap. So the 1.4.5.5 branch is where you should be. Of course, if you don't want to use Persona log-in and just want the simple log in, then find this line in your ``local.py`` file and uncomment the second line:
# Uncomment this to use username/password logins instead of BrowserID/Persona.
#USE_BROWSERID = False
of if you DO want to use Persona, be sure you set the second of these lines to the right URL for your host in ``local.py``:
# This must be changed to the correct live deployment URL.
#SITE_URL = "
http://localhost:8000"
If this doesn't help, let me know and we'll trouble-shoot further.
-Cam