So, I’m trying to set up a password reset with the token only sent to postmark and building the url. i grab the token and the api email button url appears correct and I’m sent to my reset_pw page. here’s the url
but when i click the button and trigger the reset password action, I’m given a module that says “this is not a valid reset request. please have another reset email sent to you.” this token isn’t old … not sure what I’m missing, probably something stupid.
Yes, i have the two parameters email, token. The api is searching the database for the user constrained by the email first item and the token is the text from the results of reset password email action and the only make token option checked.