diff --git a/src/ralph/cmdb/api.py b/src/ralph/cmdb/api.py index a4082e89ad..97042d1644 100644 --- a/src/ralph/cmdb/api.py +++ b/src/ralph/cmdb/api.py @@ -674,6 +674,7 @@ class Meta: 'username': ALL, } resource_name = 'users' + excludes = ['password', 'last_login', 'is_staff', 'is_superuser'] throttle = CacheThrottle( throttle_at=THROTTLE_AT, timeframe=TIMEFRAME,