diff --git a/ckan/views/__init__.py b/ckan/views/__init__.py index cab79e84099..d0be1468aec 100644 --- a/ckan/views/__init__.py +++ b/ckan/views/__init__.py @@ -122,7 +122,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):