make callers of createUser() responsible for checkin permissions

This commit is contained in:
Mike Bonnet 2007-03-22 13:07:40 -04:00
parent 83b602979f
commit 3d2a99f61e
2 changed files with 2 additions and 2 deletions

View file

@ -568,8 +568,6 @@ class Session(object):
Create a new user, using the provided values.
Return the user_id of the newly-created user.
"""
self.assertPerm('admin')
if not name:
raise koji.GenericError, 'a user must have a non-empty name'