|
The user activates "Update..." and sees the following message:
The main menu is updated:
When the user selects "Setting a PIN", an info screen is displayed:
If the user chooses "No" he or she is asked whether they would
like to set the PIN later. If they choose "No" again, the whole
"PIN setting" feature will be removed from the MIDlet.
If the user chooses to set up a PIN, they need to fill in
two input fields. The input is validated. If the data is correct,
the PIN is stored and the user will need to enter it when the
application is started.
The user can enter a wrong PIN twice - and only a warning message
will be displayed. If a wrong PIN is entered for the third time,
the whole PIN functionality will be removed from the MIDlet and
the user will have to log in using the full user id and password.
|