The documented modules are:
Display Login Form
Get userID in corresponding text box
Get user password in corresponding text box
If Click_OK
If (check userID, password = not_found)
report this problem in mesg box
prompt back to the userID text box
else
save security_type
display Main_Menu
endif
endif
If Click_Cancel
Log_out()
endif
Display input_box to confirm logout If Click_OK logout the user display login.form endif If Click_Cancel Back_to_system endif
Display input_box for conform exit If Click_Yes exit_system ElseIF Click_no back_to_system Endif
