PWDCredentials Example 1: The length of a password should be greater than 6 characters

Previous Next

See Also

To specify that the length of a password must be greater than 6 characters:

1. Authorize users to change their password. See "Authorizing Users to Change their Password".
2. Specify that the PWDCREDENTIALS table component is to handle the password management. See "Installing and Using the PWDCredentials Table Component".
3. Add a restrictive constraint in your application with the following SQL statement:

SELECT '' violated FROM PWDCREDENTIALS WHERE length(NEWPASSWORD) < 6