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.
Thanks