diff --git a/tasks.py b/tasks.py index 447306dfc1..b937e768c9 100644 --- a/tasks.py +++ b/tasks.py @@ -367,7 +367,7 @@ def content_excludes( # Optionally exclude user auth data if not allow_auth: - excludes.extend(['auth.group', 'auth.user']) + excludes.extend(['auth.group', 'auth.user', 'users.userprofile']) # Optionally exclude user token information if not allow_tokens: