Skip to content

Reset password

Reset password flow allow to users change their passwords providing an existing email address:

img

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:

image-20200928120328411

This parameter is added automatically by web component when click on Manage Account link from any application:

image-20200928120804113

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:

image-20200928121509330