dirkvranckaert / my-episodes-watch-manager

Automatically exported from code.google.com/p/my-episodes-watch-manager
1 stars 2 forks source link

Login procedure - Login failing with username and no password #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Try the login screen with following parameters:
Username: 'test'
Password: 'bla'
=> login failes but error message shown!

Now try to login witouth a password:
Username: 'test'
Password: ''

Login will be successfull but an error is shown when loading the list of 
episodes.

Solution: Both parameters/fields need to be filled in. So before acutally 
logging in to the app a null check and an .equals("") check must be 
performed!

Original issue reported on code.google.com by dirkvran...@gmail.com on 2 May 2010 at 9:26

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 2 May 2010 at 9:27

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 4 May 2010 at 9:35

GoogleCodeExporter commented 8 years ago
Build in check if both field are filled in. If not a Toast-message is shown to 
the user 
(length long).

Original comment by dirkvran...@gmail.com on 4 May 2010 at 9:02