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!

Self password reset functionality (Apex Authentication)

yomanDec 19 2012 — edited Dec 19 2012
Hi everyone,

I am using Apex 4.1 (can upgrade to 4.2 if any new feature helps solve my problem)
Oracle DB XE 10g
Authentication Scheme: Standard Apex Authentication

I have created a page for Resetting password of End Users which takes username in a txt box and runs the process with the code on clicking button as
APEX_UTIL.RESET_PW(:P102_USERNAME, 'Some custom message');
After going through documentation (and also the message displayed on use), I found that it requires admin privileges to execute, while I want to use it for End users of application.
Is there a work around to this problem? Please help.

Thanks
Saurabh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2013
Added on Dec 19 2012
4 comments
3,063 views