Skip to content

Commit

Permalink
removed password from cmdb user api
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurek committed Sep 29, 2014
1 parent 10da714 commit be01b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ralph/cmdb/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit be01b1e

Please sign in to comment.