mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
parent
6d57d8f40b
commit
dd14e51c7c
@ -1131,7 +1131,6 @@ class UserList(ListCreateAPIView):
|
||||
|
||||
model = User
|
||||
serializer_class = UserSerializer
|
||||
capabilities_prefetch = ['admin']
|
||||
permission_classes = (UserPermission,)
|
||||
|
||||
def post(self, request, *args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user