branch | 3.5 |
changeset 3041 | 782fa7566a22 |
parent 2967 | e7d348134006 |
child 3240 | 8604a15995d1 |
--- a/server/sources/native.py Thu Aug 27 17:01:32 2009 +0200 +++ b/server/sources/native.py Thu Aug 27 17:02:02 2009 +0200 @@ -268,6 +268,9 @@ # can't claim not supporting a relation return True #not rtype == 'content_for' + def may_cross_relation(self, rtype): + return True + def authenticate(self, session, login, password): """return CWUser eid for the given login/password if this account is defined in this source, else raise `AuthenticationError`