230
230
"""Find a user in a store by login name."""
231
231
return store.find(cls, cls.login == unicode(login)).one()
234
234
"""Get the subversion repository URL for this user or group."""
235
238
path = 'users/%s' % self.login
238
241
def get_permissions(self, user, config):
239
242
"""Determine privileges held by a user over this object.