limited-elephant-93657
07/30/2025, 11:05 AMrecovery_enabled: true,
recovery_ui_url: "<https://example.com/forgotpassword/>"
I can see that the path in the LabelAction component doesn't get overwritten by the recovery_ui_url.
https://github.com/ory/elements/blob/06988873dffc23111a08761ed76c301941f9eb2c/pack[…]ages/elements-react/src/theme/default/components/form/label.tsx
The only way I can change the link is in the kratos.yaml
file under selfservice.flows.recovery.ui_url. So I'm not sure how is the recovery_ui_url used?
Note: I'm trying to redirect users to a third party site where they can recover their account as I'm in the process of migrating users from another identity provider and not ready to use Kratos' native recovery flow just yet.
Thanks in advance for your help!