server/repository.py
changeset 2778 3f6dfc312760
parent 2756 2c94606eefc0
child 2784 f395115070c1
--- a/server/repository.py	Tue Aug 11 17:26:51 2009 +0200
+++ b/server/repository.py	Tue Aug 11 17:27:27 2009 +0200
@@ -687,7 +687,7 @@
         if props is not None:
             self.set_session_props(sessionid, props)
         user = session.user
-        return user.eid, user.login, user.groups, user.properties
+        return user.eid, user.cwdb.login, user.groups, user.properties
 
     def set_session_props(self, sessionid, props):
         """this method should be used by client to: