Is there a simple way to change the reset password url? The only thing I really want to change is th...
i
Is there a simple way to change the reset password url? The only thing I really want to change is the
path
(from
/auth/reset-password
to
/reset-password
). Is that simple to do without messing anything up? 😅 It seems
getResetPasswordUrl
is deprecated.
r
Hey @ITEnthusiasm yea. There is. Which recipe are you using?
If you are using email password recipe, see this https://supertokens.com/docs/emailpassword/custom-ui/forgot-password
It has a section on changing password reset link
If you are using thirdpartyemailpassword, you can find the same page in that recipe.
i
Okay awesome! Yeah I'm using EmailPassword.
Thanks for the heads up. I need to update
remix-supertokens
.
l
Im using golang w/vue3, but this dosent seem to work for me. Can replace the verification link, but the reset link is not working. Seems to me that the method is never run when the frontend sends the reset link.
r
Can I see the code for where you are trying to change the reset password link?
Cause email verification is in the emailverification recipe
l
r
However reset password is in the emailpassword or thirdpartyemailpassword recipe (whichever one you use)
Right yea. So the reset password stuff goes in the other recipe
Which one are you using? Emailpassword?
l
ahh, hehe. yes im using EP
r
I’ll send u a doc link
l
thx, ill figure it out 🙂
It has a section about changing password reset link
4 Views