ERNICommunity / erni-moods-android

Android ERNI moods app (Hack Sessions)
0 stars 0 forks source link

Login using an existing username does not display error when authentication fails #40

Closed guslong closed 9 years ago

guslong commented 9 years ago

If the user tries to login but does not supply correct credentials, there should be a notification to inform the user that authentication with the provided username and password was not successful.

guslong commented 9 years ago

Implemented a Toast as a fix. We can't be sure that the error is because the user doesn't exist or something else. So in an exceptional situation the error message will be misleading.