--- a/pyramid_cubicweb/core.py Mon Feb 23 17:17:43 2015 +0100
+++ b/pyramid_cubicweb/core.py Thu Apr 09 23:58:38 2015 +0200
@@ -15,7 +15,7 @@
from pyramid import httpexceptions
-from pyramid_cubicweb import authplugin, tools
+from pyramid_cubicweb import tools
import logging
@@ -338,8 +338,6 @@
config.registry['cubicweb.anonymous_eid'] = cnx.find(
'CWUser', login=login).one().eid
- repo.system_source.add_authentifier(authplugin.DirectAuthentifier())
-
config.add_request_method(
_cw_session, name='cw_session', property=True, reify=True)
config.add_request_method(