Function NnetPwLen() Foundation
Retrieves or changes the minimum length for passwords.
NnetPwLen( <cUserName> , ;
[<nMinCharacters>] , ;
[<cFileServer|nConnectID>] ; // Default: NnetSname()
) --> nPasswordLength
Returns the minimum number of characters required for a password.
Supervisory rights are required to change the minimum number of characters for a user password. <nMinCharacters> must be passed as a numeric value. A successful operation is indicated when the return value equals <nMinCharacters>.
Passing 0 voids a previous limit for the password.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.