--- a/server/sources/__init__.py Thu Aug 26 10:29:32 2010 +0200
+++ b/server/sources/__init__.py Thu Aug 26 11:45:57 2010 +0200
@@ -307,7 +307,7 @@
pass
def authenticate(self, session, login, **kwargs):
- """if the source support CWUser entity type, it should implements
+ """if the source support CWUser entity type, it should implement
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`