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!

Password security policy in 3.0

439999Jun 25 2007 — edited Jun 27 2007
Hello,

In my application, I have the functionality in place so that certain users can create new users (using the apex_util.create_user procedure) . Users can also change their own passwords.

I have a regular expression that validates the password for length but I would like to have stronger passwords.

I see that 3.0 lets you set password policies in the admin section so I figured I could use this instead of writing more regular expressions.

I have been looking through the documentation for an api procedure that makes sure passwords meet the security requirements set but I can't seem to find anything. Is there a way to do this or can the password security policies not be used if passwords are being created within an application and not the apex admin page?

Thanks
- Brian
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2007
Added on Jun 25 2007
11 comments
545 views