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