diff -r 6618408c0629 -r caf268942436 pyramid_cubicweb/authplugin.py --- a/pyramid_cubicweb/authplugin.py Mon Jan 05 12:02:01 2015 +0100 +++ b/pyramid_cubicweb/authplugin.py Sat Jan 03 22:06:03 2015 +0100 @@ -19,8 +19,8 @@ class DirectAuthentifier(native.BaseAuthentifier): """return CWUser eid for the given login. - Before doing so, it makes sure the authentication request comes from - xxx by checking the special '__externalauth_directauth' kwarg. + Before doing so, it makes sure the authentication request is not coming + from ouside by checking the special '__externalauth_directauth' kwarg. """