Skip to content

Commit 2d22c29

Browse files
committed
Fix Facebook Login
1 parent 09369e5 commit 2d22c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timtec/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,14 @@
245245
'facebook': {
246246
'SCOPE': ['email'],
247247
'METHOD': 'oauth2',
248-
'VERSION': 'v2.2',
248+
'VERSION': 'v2.10',
249249
},
250250
}
251251

252252
# django-registration flag
253253
# ACCOUNT_ACTIVATION_DAYS = 7
254254
REGISTRATION_DEFAULT_GROUP_NAME = 'students'
255-
ACCOUNT_ADAPTER = "accounts.adapter.TimtecAdapter"
255+
# ACCOUNT_ADAPTER = "accounts.adapter.TimtecAdapter"
256256
ACCOUNT_UNIQUE_EMAIL = True
257257
ACCOUNT_AUTHENTICATION_METHOD = "username_email"
258258
ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 7

0 commit comments

Comments
 (0)