BabyMaybe/blogtest

Login broken with new DNS records

Closed this issue · 1 comments

After fiddling with the DNS settings I no longer am able to login. One of the admin accounts works but all the user accounts are getting

ValueError at /login/
need more than 1 value to unpack

need to check the views.py authenticate function line 266

/home/kickball/blogproject/content/views.py in post
                    user = authenticate(username=username, password=password) 

This looks like it was an issue with one specific user default tried deleting, but getting another error. Other users do not seem to be having this problem. Don't know what broke, but doesn't appear to be anything to fix.