Skip to content

Commit

Permalink
Update create_random_users.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SohaibAjmal authored Apr 27, 2017
1 parent e96e3f9 commit 515094b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_random_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ def CreateUsers():
user_info['credentials'] ['password'] = {}
user_info['credentials'] ['recovery_question'] = {}

user_info['credentials'] ['password']['value'] = "TestPass123$"
user_info['credentials'] ['password']['value'] = ""
user_info['credentials']['recovery_question'] ['question'] = "Who's a major player"
user_info['credentials']['recovery_question'] ['answer'] = "Ev3ry1"
user_info['credentials']['recovery_question'] ['answer'] = ""

user_info_json = json.dumps(user_info)

Expand Down

0 comments on commit 515094b

Please sign in to comment.