Logins with "askbot" accounts not working
We can create new users but not login with them. We can see the users listed in the userbase but there's no way to login with them. Any ideas as to why this is happening?
Comments
What login method did you use to create those accounts? Looks like we have issues currently with Facebook, Twitter, LinkedIn. If you can't log in with password then there must be some configuration error.
This is when you login with a password. What kind of configuration error would this be?
Maybe CSRF_COOKIE_DOMAIN... the setting has to match your domain name, otherwise you'll keep getting errors. What would help - if you enable debug mode: DEBUG = True in the settings.py and then tell what error you are getting by reading it off the screen.
Erik, did you solve this issue?
Hi, yes, somethings happened with the the for values in the login fields, we don't really know what happened. We did a temporary fix until we know more in detail what happened.