Hey All:wave: , After i trigger the recovery accou...
# talk-kratos
a
Hey All👋 , After i trigger the recovery account , when i clicked on the link in the email, it is redirecting to ory page. Is there a way to redirect to our custom page with some token for setting the password ?
p
Hi @adorable-bird-44969 You need to configure the url of your application in the config
Copy code
selfservice:
  flows:
    settings:
      # becomes <http://127.0.0.1:4455/auth/settings?flow=df607aa1-d555-4b2a-b3e4-0f5a1d2fe6f3>
      ui_url: <http://127.0.0.1:4455/auth/settings>
https://www.ory.sh/docs/kratos/self-service/flows/user-settings
a
i am using api client for integration. How can i validate that
Copy code
<http://127.0.0.1:4455/auth/settings>
is called from clicked email link
and how to know which user it is
i want to redirect to my ui with all the params from this given link in email
p
Ah i see, i wasn't sure if you were using the Ory Network. It's usually best to ask questions regarding it in #ory-network You can set up your custom UI through the console https://www.ory.sh/docs/guides/bring-your-user-interface
Also if you are using a server-side rendered application, you most likely need to also configure redirects https://www.ory.sh/docs/concepts/redirects