Skip to content

lemueloodle/php-bootstrap-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Login using PHP&Ajax Authentication


What does it do?

  • Create Account Username and (Hashed) Password
  • Validate Access Token and Account to Access Dashboard

SETTING UP MYSQL DATABASE

Import mysql database file from php-bootstrap-login/database

SETUP MYSQL CONNECTION

Edit file in connection.php

CREATE NEW ACCOUNT

Once the database setup is complete. Open this link into your browser:

http://localhost/php-bootstrap-login/register/lemueloodle2016/{username}/{password}

**Replace username and password as you wanted. **Then copy the username and password in mysql database

Default Account

Username: admin
Password: password

SYSTEM FLOW

Login Page -> Verify Login & Check Token Validity -> Dashboard Page

About

Bootstrap Login using PHP & Ajax Authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages