chore: changelog for #9774

This commit is contained in:
Zhongwen Deng 2023-01-16 23:36:33 +08:00
parent b9911e281e
commit 2bfb37f7f0
10 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Add a password complexity requirement when adding or modifying Dashboard users via the API.
Now password must contain at least 2 of alphabetic, numeric and special characters,
and must be 8 to 64 characters long.

View File

@ -0,0 +1,2 @@
通过 API 添加、修改 Dashboard 用户时,增加对密码复杂度的要求。
现在密码必须包含字母、数字以及特殊字符中的至少 2 种,并且长度范围必须是 8~64 个字符。