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!

Users Changing their own password

589906Jul 25 2007 — edited Jul 31 2007
Hi,

We are developing an application using the built APEX user accounts. We want to be able to give the users the ability to change their own password. I believe this is possible using:
APEX_UTIL.CHANGE_CURRENT_USER_PW(p_new_pwd);

Is is possible to validate the new password using the APEX password strength checks first? I read elsewhere on the forum the possible use of: FLOWS_030000.WWV_FLOW_SECURITY.strong_password_check but have thus far been unable to get this to work. I know this returns a host of boolean's that I will then interrogate and if they are all false then I will use the APEX_UTIL call above to change the password.

We have the manage passwords setting enables in the application but some advice on this front would be greatly received.

Thanks all

Rob
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2007
Added on Jul 25 2007
12 comments
953 views