Password Reset, not sure it works? #740
-
I am not sure that the password reset is working correctly? I've tried this in Swagger and via the App I am creating with the same results, I get an 'Authentication Failed' message. Swagger output below: Forgot Password Request curl -X 'POST' 200 Ok Reset Password Request curl -X 'POST' { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yep, seems you are right... this doesn't work yet. The reason is that there is no "current tenant" when firing the reset-password request. We will have to do something similar like with ConfirmEmail where we send the tenant as a querystring parameter, so it can be included in the url that is sent out. |
Beta Was this translation helpful? Give feedback.
Yep, seems you are right... this doesn't work yet.
The reason is that there is no "current tenant" when firing the reset-password request.
We will have to do something similar like with ConfirmEmail where we send the tenant as a querystring parameter, so it can be included in the url that is sent out.