From 94a629371c94c0844de8df48dd0a7db4be808e2f Mon Sep 17 00:00:00 2001 From: Qwann Date: Thu, 11 Oct 2018 09:48:03 +0200 Subject: [PATCH] =?UTF-8?q?allauth=20don't=20works=20right=20now=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poulpe/settings/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poulpe/settings/common.py b/poulpe/settings/common.py index 4c1fa0a..5d458b6 100644 --- a/poulpe/settings/common.py +++ b/poulpe/settings/common.py @@ -214,4 +214,4 @@ SOCIALACCOUNT_PROVIDERS = { ACCOUNT_ADAPTER = 'shared.allauth_adapter.AccountAdapter' -SOCIALACCOUNT_ADAPTER = 'shared.allauth_adapter.SocialAccountAdapter' +SOCIALACCOUNT_ADAPTER='allauth_ens.adapter.LongTermClipperAccountAdapter'