Remove create_default_user call from run.py (method removed in security remediation)
This commit is contained in:
parent
05d7ea68e2
commit
cf698e1e87
1 changed files with 1 additions and 2 deletions
|
|
@ -47,8 +47,7 @@ quart_app = asgi_app.quart_app
|
|||
|
||||
# Initialize database on startup
|
||||
async def initialize_database():
|
||||
# Create default user if it doesn't exist
|
||||
await User.create_default_user()
|
||||
pass # Default user creation removed (security: use populate_db.py script instead)
|
||||
|
||||
# Use the ASGI app for the server
|
||||
app = asgi_app
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue