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