Skip to content

SohamB21/SecureLoginSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecureLoginSystem

SecureLoginSystem is a PHP, MySQL and Bootstrap based user authentication system designed to provide secure user registration, login, and access to protected resources.

Features:

  • User registration with password hashing using password_hash.
  • User login with password verification using password_verify.
  • Responsive design using Bootstrap CSS.
  • Dynamic navigation bar based on user authentication.
  • Session management for user login state.
  • User-friendly feedback alerts for login and registration actions.

Project Structure:

  • index.php: Home page and entry point.
  • login.php: User login page.
  • signup.php: User registration page.
  • welcome.php: Dashboard for logged-in users.
  • partials/_dbconnect.php: Database connection script.
  • partials/_nav.php: Reusable navigation bar.

Project snippets:

LS1

LS2

LS3

LS4

About

The SecureLoginSystem project is a web-based user authentication system implemented using PHP, Bootstrap, MySQL and HTML. It allows users to securely create accounts, log in, and access protected resources. The system ensures data security through password hashing and provides a user-friendly responsive interface.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages