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!

Prepare an Apex URL in PL/SQL procedure

Sanjaya Kumar PradhanJul 18 2016 — edited Jul 19 2016

Apex Version : 5.0

Window 7

-------------------------------------------

Hello,

I need to implement a forgot password functionality, where when the user will click the "Forgot Password" link, the user will be redirected to a page where he/she will enter the UserID and click on the "Submit" button.

Then the system will send an e-mail to the user with an URL with the userID as an parameter to password reset page, to allow the user to set a new password.

I have tried to create an url usingĀ  "apex_util.prepare_url" with checsum parameter in the sqlDeveloper, but checksum is not there in the output.

How can I get the sessionid for the apex url?

Can anyone suggest what way can I implement thisĀ  and what are security measures I need to handle here?

Thanks,

Sanjaya

This post has been answered by InoL on Jul 18 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2016
Added on Jul 18 2016
2 comments
597 views