Commit cbe512da authored by neil.whitehead's avatar neil.whitehead

FINAL 2

parent 872aad8c
......@@ -38,10 +38,10 @@ public class AssessmentPartTwo
/**
* Ensures password is valid. <br>
* &bull; must be between 8 and 16 characters long (inclusive)
* &bull; made up of letters (upper or lower), numbers, and the following characters !�$%
* &bull; has at least one lower case letter, one upper case letter and a number
* &bull; does not contain the phrases 'password' or 'passwd'
* &bull; must be between 8 and 16 characters long (inclusive) <br>
* &bull; made up of letters (upper or lower), numbers, and the following characters !�$% <br>
* &bull; has at least one lower case letter, one upper case letter and a number <br>
* &bull; does not contain the phrases 'password' or 'passwd' <br>
* @param password String
* @return Boolean
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment