Skip to content

Commit

Permalink
Merge pull request #1112 from mkurek/fix/cmdb-user-api-pass
Browse files Browse the repository at this point in the history
removed password from cmdb user api
  • Loading branch information
andrzej-jankowski committed Sep 29, 2014
2 parents 432bb31 + be01b1e commit 77aaf9b
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 77aaf9b

Please sign in to comment.