基本完成重置密码和忘记密码
This commit is contained in:
@@ -28,7 +28,7 @@ type ResetToken struct {
|
||||
UserId uint64 // guest_id 需要继承
|
||||
Wid string // websocket 通道id
|
||||
Email string // email
|
||||
Password string // 密码
|
||||
OldPassword string // 旧密码
|
||||
CreateAt time.Time // 创建时间
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user