*************Simple and Secure PHP Login System ************

Features V1.0

1.Simple and Fast design implementing twitter Bootstrap
2.Form validation using jquery Validation plugin
3.Submit form data without page refresh
4.User registration using activation key sent via Email
5.Highly secure password storage using blowfish encryption
6.Admin Screen with list of registered 

Features V1.1  - 20-July-2013

1.Bug fixes
2.Added new feature to resend activation email.
3.Fixed ajax response issue and migrated to JSON.


Features V1.2  - 18-Aug-2013
1.Couple of bug fixes in password resend.
2.Styling issue in activation process is fixed.
3.New feature: Password reset functionality, Added new activation status '2' for reset in progress.
4.Combined error message in db.php for easy editing.
5.Logo text can be changed in db.php- single place for all pages.

Features v2.2 -03-Oct-2013
1.Included username in session variable

Features V3.0  - 6-oct-2013
1. Sign-in using Facebook Account.
2.Revamped Admin screen.
3.Search user and user count screens added.



**************Steps to Deploy the Login system*************

start with index.php
Modify the database configuration on db.php
Create database tables using the script available in Query.sql file
