5 to 16 alpha or alphanumeric to include special characters such as:
◦*Hyphen ( – )
◦*Slash ( / )
◦*Backslash ( )
◦*Asterisk ( * )
◦*Dollar Sign ( $ )
◦*Period ( . )
◦*Ampersand ( & )
◦*Comma ( , )
◦*Number Sign ( # )
◦*Open Parenthesis ( ( )
◦*Closed Parenthesis ( ) )
◦*Colon ( : )
Current code example:
PASSWORD: {id: password
, label: PASSWORD
, name: PASSWORD
, validationRegex: ^[a-zA-Z0-9]+$
, minLength: 5
, maxLength: 16
, errorMsg: message
}
Go to Source
Author: Marcus