diff --git a/ckan/views/__init__.py b/ckan/views/__init__.py index 7bb743ae5f4..83dfd7012d9 100644 --- a/ckan/views/__init__.py +++ b/ckan/views/__init__.py @@ -103,7 +103,6 @@ def identify_user(): break except AttributeError: continue - # We haven't identified the user so try the default methods if not getattr(g, u'user', None):