feat: 完善登录鉴权和超级管理员重置

This commit is contained in:
湛兮
2026-06-12 10:20:10 +08:00
parent 125042f927
commit c8716b3a1a
15 changed files with 206 additions and 37 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ export const SUPER_ADMIN_SEED = {
displayName: '超级管理员',
} as const;
export const LOCAL_SUPER_ADMIN_INITIAL_PASSWORD = 'devops-local-admin';
export const SUPER_ADMIN_INITIAL_PASSWORD = 'zx123456@';
export const MEMBER_INITIAL_PASSWORD = '111111';