diff -r 82272decfa99 -r 4ba11607d84a entities/authobjs.py --- a/entities/authobjs.py Tue Jul 17 17:16:28 2012 +0200 +++ b/entities/authobjs.py Tue Jul 17 12:24:46 2012 +0200 @@ -101,7 +101,7 @@ kwargs['for_user'] = self self._cw.create_entity('CWProperty', **kwargs) else: - prop.set_attributes(value=value) + prop.cw_set(value=value) def matching_groups(self, groups): """return the number of the given group(s) in which the user is