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