Is it possible to disable the "Forgot your password?" functionality within Orchestrator?
There is no UI option to directly disable/ turn off the “Forgot your password?” functionality.
On the other hand, the CSS Overview of the login page can be utilized via the Customization page to set as below -
- display: none
- Class is class="ui-idp-option-reset-password"
- <style>.ui-idp-option-reset-password {display:none}</style>