mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
wip: password resets
This commit is contained in:
@@ -75,3 +75,7 @@ type IUserService interface {
|
||||
MigrateMd5Password(*models.User, *models.Login) (*models.User, error)
|
||||
FlushCache()
|
||||
}
|
||||
|
||||
type IMailService interface {
|
||||
SendPasswordResetMail(recipient *models.User, resetLink string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user