Skip to content

Commit

Permalink
more on password extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida committed Feb 9, 2014
1 parent d1f1491 commit 6ef64cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract-passwords-for-email.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
voters = Election.objects.get(uuid=election_uuid).voter_set.filter(voter_email=email)

for voter in voters:
csv_output.writerow([voter.voter_id, voter.voter_password])
csv_output.writerow([voter.voter_login_id, voter.voter_password])

0 comments on commit 6ef64cf

Please sign in to comment.