Our user management system will include the following modules:
These are the basis of all sites and applications that requires secure user management. The structure Our user information will be stored in a database called "user." This database contains a table called "users" which will actually hold the information. So how will this system work? Basically, the user will log into the system through the login page. This script will then check to see if the user exists in the database and authenticate accordingly. If the user exists, she will be sent to the home page. If not, the user will be informed of the outcome through an error message. The second part of this system deals with user registration. Basically the registration process will take place if the user clicks on the register link. This link will only be available on certain pages of the system, such as the login page. The user will be required to fill in all the fields on the registration page, and if anything should go wrong, an error message will be displayed. The third part of the system deals with the maintenance of the user's password. It has two scripts. One deals with forgotten passwords and the other enables a user to change her password. So all in all, the system is made up of the following scripts:
Other application wide scripts include:
blog comments powered by Disqus |