Users Changing their own password
589906Jul 25 2007 — edited Jul 31 2007Hi,
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