Fixes #135.
This commit is contained in:
parent
919c09b4a9
commit
571da55460
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@ proc sendResetPassword(
|
|||
if row[0] == "":
|
||||
raise newForumError("Email or username not found", @["email"])
|
||||
|
||||
await validateCaptcha(recaptchaResp, userIp)
|
||||
if not c.loggedIn:
|
||||
await validateCaptcha(recaptchaResp, userIp)
|
||||
|
||||
await sendSecureEmail(
|
||||
mailer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue