Edsby password restrictions included:
- must be at least 8 characters in length
- can support the inclusion of special characters (e.g. “#%*”) but not require one
- can support upper and lower case but not require one of each
- cannot contain more than two repeating sequential characters (e.g. “aaa” will not work)
- cannot contain more than three ascending/descending characters in a row (e.g. “1234” or “abcd”)
- prohibits the use of commonly used passwords (e.g. “password”)