create_company_user endpoint open for auth and anon users
This commit is contained in:
@@ -104,7 +104,7 @@ class ChangeUserPasswordView(UpdateAPIView):
|
||||
|
||||
|
||||
@api_view(['POST',])
|
||||
@permission_classes([CustomUserPermissions,])
|
||||
@permission_classes([AllowAny])
|
||||
def create_company_user(request):
|
||||
"""
|
||||
Create non-validated company and associated managing user
|
||||
|
||||
Reference in New Issue
Block a user