server/sources/__init__.py
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 1263 01152fffd593
child 1792 9eadf34fd860
--- a/server/sources/__init__.py	Fri Apr 17 13:21:05 2009 +0200
+++ b/server/sources/__init__.py	Fri Apr 17 16:55:37 2009 +0200
@@ -229,8 +229,8 @@
         pass
     
     def authenticate(self, session, login, password):
-        """if the source support EUser entity type, it should implements
-        this method which should return EUser eid for the given login/password
+        """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
         given. Else raise `AuthenticationError`
         """