fix(elections): Create active users
This commit is contained in:
parent
78c385110f
commit
1383dc30eb
1 changed files with 0 additions and 1 deletions
|
@ -334,7 +334,6 @@ def create_users(election, csv_file):
|
|||
username=f"{election.id}__{username}",
|
||||
email=email,
|
||||
full_name=full_name,
|
||||
is_active=False,
|
||||
)
|
||||
for (username, full_name, email) in reader
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue