Password reset question đź§µ
# general
d
Password reset question đź§µ
Hello, Is password reset possible for users of an app (like “foomedical” for example) when unauthenticated?  I saw the
onForgotPassword
field option in the form components for sign in and registration that makes a "Forgot password" link available.  I have tried implementing the code in
ResetPasswordPage.tsx
but get a 400 error of "Recaptcha failed" after entering a registered user’s email address.  I do have Recaptcha key and secret entered in the project sites.  I’m unsure why this fails.  Thanks.
r
Can you screenshot your dev console? 400 usually a result of wrong recaptcha token
d
There is a recaptcha token in the payload
c
Hi @daring_hummingbird_45132 did you add your recaptcha config to your "Project" "Site"?
d
Hi @cody Yes, I have.
179 Views