THE USER NAME // o nome de utilizador
OR //ou
PASSWORD // palavra passe
IS NOT CORRECT // nao esta correcto
Check if it is // verifica se
Wrote // escreveu
Upper case // maiuscula = A E I O U
lower case // minuscula = a e i o u
Camel format = A e I o U
where it should be // onde deveria ser
example : To Abcde correct is Abcde
not correct: abcde / acbde/ABCDE/
In this example the code has 5 digits
and has Camel format.