pyramid_cubicweb/authplugin.py
changeset 11537 caf268942436
parent 11482 151b8a4b9f3f
--- 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.
 
     """