🔒 Updated password for test user (to allow login from frontend)

master
Alix JEUDI--LEMOINE 2 days ago
parent ef749702c0
commit c1c65cdc87

@ -196,7 +196,7 @@ def populate_data():
user2_id = users_collection.insert_one({ user2_id = users_collection.insert_one({
"username": "test", "username": "test",
"password": get_password_hash("test"), "password": get_password_hash("testtest"),
"is_admin": False "is_admin": False
}).inserted_id }).inserted_id

Loading…
Cancel
Save