Sunday, February 14, 2021
How to set Signon Password Policy in Oracle Apps R12?
In this post, we have given the list of profiles which controls the password policy in Oracle application R12. This is generally done during initial implementation or any changes on password policy from the customer end.
There are standard profiles which allow you to set the password policy. Further, if additional custom rules beyond standard configurable options is required, then the same can be met using the custom Java function. In this post, we have given the introduction to allprofiles
Note: The entire setup is applicable only for local sign on .
Profile Name |
Purpose |
Sample Value |
Signon Password Case |
This profile controls whether the passwords should be case sensitive or not |
Sensitive |
Signon Password Length |
This controls the minimum length of the password |
8 |
Signon Password Hard To Guess |
1)
The password contains at least one letter and at least one number. |
Yes |
Signon Password Failure Limit |
This determines the maximum number of logins a user can attempt before the user's account is disabled |
5 |
Signon Password No Reuse |
This profile will set the minimum number of days that a user must wait after changing his or her password before being allowed to reuse a password |
180 |
Signon Password Custom |
This profile allows you to bring custom password rules based on the organization needs. This requires a custom java function. |
oracle.apps.fnd. security.XXSH CustPasswordRules |
Oracle References:
Hope this helps!!
0 Responses to “How to set Signon Password Policy in Oracle Apps R12? ”
Post a Comment