make callers of createUser() responsible for checkin permissions
This commit is contained in:
parent
83b602979f
commit
3d2a99f61e
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue