Skip to content
giocarmine edited this page Mar 8, 2011 · 1 revision

When the application is launched, there will be a Login form where the user needs to authenticate himself to access to the Startup screen page. There is no need to authenticate on a central server, as the phone's IMEI code is unique, but the user will need to perform a local login procedure, to protect the personal information stored in the application from other phone users. Since it is not supposed to have a phone shared by multiple users, there is no need for an username; a simple password will do the trick.

Clone this wiki locally