From f0578ef5270523c6b3010cd861c112d2df0f2b7c Mon Sep 17 00:00:00 2001 From: Kris <2893855659@qq.com> Date: Sat, 11 Jul 2026 05:45:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E8=B6=85=E7=BA=A7=E7=AE=A1=E7=90=86=E5=91=98=E5=92=8C=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=94=A8=E6=88=B7=E7=9A=84=E8=B4=A6=E5=8F=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将原有管理员账号、姓名、手机号和密码替换为新的Kris相关信息,默认用户密码同步更新 --- backend/scripts/seed_initial_users.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/scripts/seed_initial_users.py b/backend/scripts/seed_initial_users.py index e6afcee4..a2600840 100644 --- a/backend/scripts/seed_initial_users.py +++ b/backend/scripts/seed_initial_users.py @@ -15,11 +15,11 @@ for import_path in (APP_ROOT, APP_ROOT / "package"): if import_path_str not in sys.path: sys.path.insert(0, import_path_str) -SUPERADMIN_UID = "zwj" -SUPERADMIN_NAME = "张文杰" -SUPERADMIN_PHONE_NUMBER = "15251638888" -SUPERADMIN_PASSWORD = "zwj12138" -DEFAULT_USER_PASSWORD = "yuxi123456" +SUPERADMIN_UID = "Kris" +SUPERADMIN_NAME = "Kris" +SUPERADMIN_PHONE_NUMBER = "13243687953" +SUPERADMIN_PASSWORD = "20010725.Dly" +DEFAULT_USER_PASSWORD = "20010725.Dly" class DepartmentSeed(TypedDict):