Skip to Main Content
Feature Request FR-4663
Product Area Application Builder
Status CLOSED

1 Voters

How can I add reset password link in the specific application page designed by developer

sirishakommalapati Public
· Sep 24 2025

Idea Summary
How can I add reset password link in the specific application page designed by developer.

Use Case
What are the use cases in which this idea would be useful?

END user can rest their password using the reset password link displayed at application level.

Preferred Solution (Optional)
This will be user freindly.

We reviewed this idea carefully and came to the conclusion that it does not constitute an appropriate APEX feature request.

Comments

Comments

  • vincent morneau Admin OP 23 hours ago

    Please reach out on the forums for such questions. This app is for requesting new features for the platform.

  • pboraclesupport OP 8 hours ago

    You can create a REST API with admin privileges, and instead of calling the reset password procedure directly, call that REST API, which internally executes your reset password procedure.