Skip to content
Snippets Groups Projects
Commit 6ef64cf2 authored by Ben Adida's avatar Ben Adida
Browse files

more on password extraction

parent d1f14919
Branches
Tags
No related merge requests found
......@@ -20,5 +20,5 @@ csv_output = csv.writer(sys.stdout)
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment