Password Complexity: Require a minimum length of 8 characters
Information
Passwords should contain a mix of characters to make them harder to guess. Combinations of upper and lower case, numbers and special characters (such as #,$) should be used. Users should be encouraged to use Pass Phrases as they allow a user to remember a longer password.
Solution
Run the following command on the device to require a minumum length as part of password complexity requirements: configure system security password minimum-length <num>