password length

cncmiller

cncmiller

Active Member
I'm trying to change the minimum password length within JD Edwards Xe. Can anyone point me to where that setting might be? Also is there a setting for password retention ie limiting the number of prior passwords that can not be re-used?
 
OneWorld has a couple of rules regarding passwords,
-The minimum length of characters is 6
-The maximum length of characters is 10
-Passwords can be numeric, alpha, or alphanumeric
-OneWorld remembers the previous 10 passwords, so you can not repeat any of
the past 10 passwords.

the value for the password when a user creates a new OneWorld password is
hardcoded to be between 6 and 10 characters. There is not a way at a system
level to change the length of this password, it is currently a requirement. The
F1 glossary helps behind the New Password Field describe the requirement.
 
We have a freeware Boomerang Package, which provides a
replacement for the default User Password Revisions form, which forces new passwords to contain at least 1 of each ALPHA, NUMERIC and SPECIAL characters and be 8 to 10 characters long. XE or ERP8. ERP9 or E810 will require some small code changes, after it's installed.

It's downloadable from:
http://www.pastuhov.com.au/files/packages/STRONGPWD.ZIP

Regards,
Alexander Pastuhov
http://www.pastuhov.com.au/index.htm
 
You have a couple of options:
1. Try Alex's program.
2. Use unified logon to integrate with Window. This does not work with web clients.
3. Use OSAuthentication to integrate with Active Directory. AD then allows you to set your password requirements. This method works with all clients.
 
Hi,

Do you how to integrate the JDE OW/E1 Passwords with the Active Directory(AD)? I Need some detail information on this if you can provide.

Thanks in advance.

Regards
Niraj
 
This has always been our understanding too, SOX auditor wants to see this in a JDE doc. Anyone?

[ QUOTE ]
OneWorld has a couple of rules regarding passwords,
<br>-The minimum length of characters is 6
<br>-The maximum length of characters is 10
<br>-Passwords can be numeric, alpha, or alphanumeric
<br>-OneWorld remembers the previous 10 passwords, so you can not repeat any of
<br>the past 10 passwords.
<br>
<br>the value for the password when a user creates a new OneWorld password is
<br>hardcoded to be between 6 and 10 characters. There is not a way at a system
<br>level to change the length of this password, it is currently a requirement. The
<br>F1 glossary helps behind the New Password Field describe the requirement.
<br>

[/ QUOTE ]
 
[ QUOTE ]
OneWorld has a couple of rules regarding passwords,
<br>-The minimum length of characters is 6
<br>-The maximum length of characters is 10
<br>-Passwords can be numeric, alpha, or alphanumeric
<br>-OneWorld remembers the previous 10 passwords, so you can not repeat any of
<br>the past 10 passwords.
<br>
<br>the value for the password when a user creates a new OneWorld password is
<br>hardcoded to be between 6 and 10 characters. There is not a way at a system
<br>level to change the length of this password, it is currently a requirement. The
<br>F1 glossary helps behind the New Password Field describe the requirement.
<br>

[/ QUOTE ]

Does anyone know if these password policies for One World applies to Enterprise One as well?

Thanks a bunch.
 
Back
Top