Commit f85aacea authored by delanoe's avatar delanoe

[FIX] Do not update password at mass account creation.

parent f5d9719a
......@@ -288,6 +288,6 @@ def mass_account_creation(csv_file=None, init=False, test=False, notify=False):
accounts.close()
if __name__ == "__main__":
mass_account_creation(csv_file=sys.argv[1], init=True, notify=True, test=False)
mass_account_creation(csv_file=sys.argv[1], init=False, notify=True, test=False)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment