mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-09-22 03:19:19 +08:00
添加重置密码缺失字段
This commit is contained in:
@@ -123,4 +123,5 @@ type PasswordReset struct {
|
|||||||
Token string `json:"token" xorm:"varchar(60) not null unique"`
|
Token string `json:"token" xorm:"varchar(60) not null unique"`
|
||||||
UserId int `json:"id" xorm:"not null"`
|
UserId int `json:"id" xorm:"not null"`
|
||||||
ExpiresAt int `json:"expires_at" xorm:"not null"`
|
ExpiresAt int `json:"expires_at" xorm:"not null"`
|
||||||
|
LastRequestTime int `json:"last_request_time" xorm:"int default 0"`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user