devgenix / Admin-User-Login-system

a description.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run project:
1) Create a database called multi_login
2) create a table users with the following fields:
	- id - int(11)
	-username - varchar(100)
	-email - varchar(100)
	-user_type - varchar(20)
	-password - varchar(100)
3) Start apache and mysql and launch site on browser
4) In order to create an admin, 
use a client like phpmyadmin and manually create a user with user_type as admin. 
Use this user to login and be able to create other users.

Enjoy FOSS!

About

a description.


Languages

Language:PHP 86.7%Language:CSS 13.3%