Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Forget Password

macontrerasMay 5 2022 — edited May 5 2022

I want to implement the "Forget Password" feature similar in Apex Dev.
I tried two ways, but both have limitations.
1. I tried to call APE_UTIL.RESET_PW. But this procedure can only be called by users having admin priv. How end users can execute this.
2. I made an exact replica of page 7 of Appl 4550. But there, they use the procedure wwv_flow_fnd_developer_api.f4550_reset_password which is also accessible to admin users.
How for an end user, this feature can be implemented. Any suggestion.
reset.jpgThanks

Comments
Post Details
Added on May 5 2022
1 comment
123 views