Changes
/* Authentication messages */
== Authentication messages ==
=== No user input ===
[[File:UI_Android_LoginDialogNoInput.jpg|thumb|alt=Before any user input|Before any user input]]
When users try to login with no input at all, the indicating message says "Please enter your username and password."
=== Password missing ===
[[File:UI_Android_LoginDialogNoPassword.jpg|thumb|alt=Password missing|Password missing]]
When users try to login with only usernames but not passwords, the indicating message says "Type the password for this account."
=== Invalid user credentials ===
[[File:invalid_username.jpg|thumb|alt=Invalid username entered|Invalid username entered]]
[[File:invalid_password.jpg|thumb|alt=Invalid password entered|Invalid password entered]]
When the usernames being used is invalid, the indicating message says "The username isn't valid. Please try again.". Also when the password being used is invalid, the indicating message says "The password isn't valid. Please try again."
|-
|}
{{Clear}}
{{Hint|Verification of username and password happens only if the [[UBIK_Web_Service_Configuration|{{UBIK}} web service]] is configured accordingly.}}
{{Clear}}
{{Hint|Detailed failed login error messages Available since [[Release 2.4.1]]}}