diff --git a/tasks.py b/tasks.py index 0a3e96b4d4..39bd16a459 100644 --- a/tasks.py +++ b/tasks.py @@ -103,6 +103,7 @@ def content_excludes( # Optionally exclude SSO application information if not allow_sso: excludes.append('socialaccount.socialapp') + excludes.append('socialaccount.socialtoken') output = ''