Reset password¶
Reset password flow allow to users change their passwords providing an existing email address:
Going back to application¶
It's possible return to the application after complete the reset password flow if ru parameter is provided in ForgotPassword's querystring:
This parameter is added automatically by web component when click on Manage Account link from any application:
Return Url (ru) parameter must be a valid URL and this URL must be in the same domain of any RedirectUri configured for clients in ClientRedirectUri database table.
Adding this parameter when reset password process is completed user will be redirected to application in 5s or clicking in Back to application
link: