Skip to content

Commit

Permalink
Merge pull request #914 from smarlowucf/master
Browse files Browse the repository at this point in the history
Add create date to user response template.
  • Loading branch information
spulec committed May 11, 2017
2 parents d5e73e1 + 3fecd7f commit f0c90c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moto/iam/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ def get_credential_report(self):
<Path>{{ user.path }}</Path>
<UserName>{{ user.name }}</UserName>
<UserId>{{ user.id }}</UserId>
<CreateDate>{{ user.created_iso_8601 }}</CreateDate>
<Arn>{{ user.arn }}</Arn>
</User>
</{{ action }}UserResult>
Expand Down

0 comments on commit f0c90c3

Please sign in to comment.