FO-4 Accept a password pattern
Create a simple regular expression pattern for validating a password from the user.
The user can have letters, numbers and special characters but no spaces are allowed. Additionally the password cannot be less than 8 characters and more than 20 characters.