feat: 添加数据库资产、命令拦截器、授权资产等功能,修复GitHub Actions工作流
This commit is contained in:
+4
-4
@@ -131,11 +131,11 @@ func (api SetupApi) ValidateTOTPEndpoint(c echo.Context) error {
|
||||
|
||||
func (api SetupApi) PasswordPolicyEndpoint(c echo.Context) error {
|
||||
return Success(c, map[string]interface{}{
|
||||
"minLength": 6,
|
||||
"minCharacterType": 0,
|
||||
"minLength": 6,
|
||||
"minCharacterType": 0,
|
||||
"mustNotContainUsername": false,
|
||||
"mustNotBePalindrome": false,
|
||||
"mustNotWeek": false,
|
||||
"mustNotBePalindrome": false,
|
||||
"mustNotWeek": false,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user