Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterLoginRoutes ¶ added in v0.0.145
func RegisterLoginRoutes(auth *gin.RouterGroup)
Types ¶
type Controller ¶ added in v0.0.145
type Controller struct{}
func (*Controller) LoginByPassword ¶ added in v0.0.145
func (lc *Controller) LoginByPassword(c *gin.Context)
验证用户名和密码 1、从cfg中获取用户名,先判断是不是admin,是进行密码比对.必须启用临时管理员配置才进行这一步 2、从DB中获取用户名密码
Click to show internal directories.
Click to hide internal directories.