|
| |
Background
This page is not really typical of logon pages -- you really shouldn't
publish the user id and password on the same page. With that aside, you
should consider some of the following...
 | E-mail addresses make great user id's because they are easy to
remember. Also, if the password is forgotten, you have the e-mail
address readily available. |
 | You may want to consider a log off procedure. |
 | This page depends on a database to store user id's and
passwords. An alternative approach is to use a "group"
access (user id and password) code; the problem is the relatively poor level
of security this causes for your system. |
|