[SEN] 将全模式密码最短长度调整为6位 #41

Open
ila wants to merge 4 commits from agent/codex/40-sense-password-min-6 into agent/codex/37-sense-windows-package
Owner

结果

  • Sense 所有模式密码最短长度由 12 改为 6。
  • 保留必须包含大写字母、小写字母和数字以及不得包含用户名的规则。
  • 同步后端、前端提示、边界测试、Wiki 业务规则和交付说明。
  • 已重新生成 Windows 前后端 ZIP,并用 6 位密码完成包内初始化和登录验证。

验证

  • go test ./...:通过
  • 前端 lint:0 error(既有 warning)
  • 打包 BAT:通过
  • Abc123:bootstrap 201、login 200
  • Harness 31 项、strict、Wiki 镜像检查:通过

依赖

本 PR 堆叠于 Windows 打包 PR #39;应在 #39 合入后合入。关联工单 #40,用户验收前保持 open。

## 结果 - Sense 所有模式密码最短长度由 12 改为 6。 - 保留必须包含大写字母、小写字母和数字以及不得包含用户名的规则。 - 同步后端、前端提示、边界测试、Wiki 业务规则和交付说明。 - 已重新生成 Windows 前后端 ZIP,并用 6 位密码完成包内初始化和登录验证。 ## 验证 - `go test ./...`:通过 - 前端 lint:0 error(既有 warning) - 打包 BAT:通过 - `Abc123`:bootstrap 201、login 200 - Harness 31 项、strict、Wiki 镜像检查:通过 ## 依赖 本 PR 堆叠于 Windows 打包 PR #39;应在 #39 合入后合入。关联工单 #40,用户验收前保持 open。
ila added 4 commits 2026-08-13 09:02:03 +08:00
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin agent/codex/40-sense-password-min-6:agent/codex/40-sense-password-min-6
git checkout agent/codex/40-sense-password-min-6
Sign in to join this conversation.