Hello Ory Community, I'm having some trouble with...
# ory-selfhosting
l
Hello Ory Community, I'm having some trouble with overriding the url for the LabelAction component as part of the Login component. My Ory configuration includes:
Copy code
recovery_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!