我開始使用django_openid_auth(https://launchpad.net/django-openid-auth),它工作得很好。 我設法連接到我的openid提供程序並獲得用戶身份驗證。事情是,在django_open_auth.views.login_complete有此塊: if user is not None:
if user.is_active:
我在這個SO問題中停止了推薦:What's the best solution for OpenID with Django?,併爲我的應用程序安裝了3210。 但我只是無法得到它的工作,我總是得到CSRF verification failed. Request aborted.當我嘗試登錄 我已經檢查過了。 {% csrf_token %}存在於模板中: <form name="fopen