LOTUSSCRIPT/COM/OLE CLASSES
Read-write. The strength assigned to a password in an ID file.
Note
The assignment of strength instead of length in the property is new with Release 5.
Defined in
NotesRegistration
Data type
Integer
Syntax
To get: strength% = notesRegistration.MinPasswordLength
To set: notesRegistrationID.MinPasswordLength = strength%
Usage
Set this property before calling RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.
This property defines the password strength required for subsequent changes to the password by the user. A password assigned in the methods listed above is not initially checked against the strength.
Domino measures a password's strength and security according to the level assigned on its password quality scale. The scale ranges from Weak to Strong or from 0 (lowest - no password required) to 16 (highest). For more information about the password quality scale, see "Understanding the password quality scale" in Administering the Domino System.
"lightferret", "b 4D" (password quality scale 6)
"lakestreampondriverocean", "stRem2pO()" (password quality scale 15)
"stream8pond1river7lake2ocean" (password quality scale 16)
MinPasswordLength property in Java Registration class
@PasswordQuality function in formula language
Example See Also