mgpt / create_dummy_user.py
Mark-Lasfar
fix import
e1254d7
raw
history blame contribute delete
232 Bytes
# email="admin@example.com",
# hashed_password=bcrypt.hash("admin123"),
# is_active=True,
# is_superuser=True,
# is_verified=True,
# display_name="Admin"