登录增加密码策略校验

This commit is contained in:
2026-06-08 11:37:54 +08:00
parent 50a89b6fc1
commit 9f8c3559b5
4 changed files with 102 additions and 4 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/tiger1103/gfast/v3
go 1.26.0
require (
gitea.com/red-future/common v0.0.18
gitea.com/red-future/common v0.0.21
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/casbin/casbin/v2 v2.42.0
github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.10.0
@@ -16,7 +16,7 @@ require (
github.com/tiger1103/gfast-token v1.0.10
)
//replace gitea.com/red-future/common v0.0.18 => ../common
//replace gitea.com/red-future/common v0.0.19 => ../common
require (
github.com/BurntSushi/toml v1.5.0 // indirect