Ladies and Gentlemen, given the recent news around passwords and the probably need for many to change them, I give you some great sites and services that are a bit, well, crap.
Feel free to bring your own examples
Paypal:
Successfactors from SAP will not accept a password of over 18 characters. Attempting to use a password longer than this results in the following verbose error message:
Taleo, an Oracle service, allows up to 32 characters but chokes on certain special characters.
Feel free to bring your own examples
Paypal:
Successfactors from SAP will not accept a password of over 18 characters. Attempting to use a password longer than this results in the following verbose error message:
It seems the special character, space, is particularly troublesome.Password must be at least 8 characters long. Password must not be longer than 18 characters. Password must contain at least one upper case and one lower case letter. Password must contain at least one number or punctuation character. Password must not contain space or unicode characters.
Taleo, an Oracle service, allows up to 32 characters but chokes on certain special characters.
This is an extremely annoying combination for the password generator since I end up disabling special characters for the generated password.Please note that the password must respect the following rules:
- It must contain between 6 and 32 characters. Use only characters from the following set: ! # $ % & ( ) * + , - . / 0123456789 : ; < = > ? @ ABCDEFGHIJKLMNOPQRSTUVWXYZ [ \ ] _ ` abcdefghijklmnopqrstuvwxyz { | } ~
- It must contain at least 1 letter(s) (ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz).
- It must contain at least 1 numeric character(s) (0123456789).
- It must not contain more than 4 identical consecutive characters (AAA, iiii, $$$$$ ...).
- It must not contain your user name.