mirror of
https://github.com/openziti/zrok.git
synced 2025-01-03 04:29:19 +01:00
account -> reset_password (#175)
This commit is contained in:
parent
c34e0047f2
commit
ed2b1a653d
@ -66,7 +66,7 @@ func (handler *resetPasswordRequestHandler) Handle(params account.ResetPasswordR
|
||||
return account.NewResetPasswordRequestInternalServerError()
|
||||
}
|
||||
} else {
|
||||
logrus.Errorf("'email', 'registration', and 'account' configuration missing; skipping reset password email")
|
||||
logrus.Errorf("'email', 'registration', and 'reset_password' configuration missing; skipping reset password email")
|
||||
}
|
||||
|
||||
logrus.Infof("reset password request for '%v' has token '%v'", params.Body.EmailAddress, prr.Token)
|
||||
|
Loading…
Reference in New Issue
Block a user