实现用户通过邮件重置密码功能

This commit is contained in:
刘祥超
2022-12-10 15:57:17 +08:00
parent 1ab849d9b0
commit e76464673a
8 changed files with 142 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
package models_test
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)