readme、init修正

This commit is contained in:
Cheng Zhou
2025-12-23 17:19:32 +08:00
parent 6ddf9901a0
commit 712cef8298
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ async def ensure_admin_exists(db: AsyncSession, *, default_password: str = "admi
if admin:
return
new_admin = User(
email="admin@ctms.local",
email="admin@example.com",
password_hash=hash_password(default_password),
full_name="System Admin",
role=UserRole.ADMIN,