server/sources/__init__.py
changeset 3647 2941f4a0aab9
parent 3041 782fa7566a22
child 3674 387d51af966d
--- a/server/sources/__init__.py	Tue Oct 13 08:48:00 2009 +0200
+++ b/server/sources/__init__.py	Tue Oct 13 08:50:19 2009 +0200
@@ -288,7 +288,7 @@
         """
         pass
 
-    def authenticate(self, session, login, password):
+    def authenticate(self, session, login, **kwargs):
         """if the source support CWUser entity type, it should implements
         this method which should return CWUser eid for the given login/password
         if this account is defined in this source and valid login / password is