Skip to content

valencydickson/login-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login System

This is a login system developed with PHP and MySQL.


Users should be able to:

  • To register in the system.
  • Login to the system using their username/email and password.
  • Access profile page only after login.

register-pagelogin-pagelogin-page

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Bootstrap
  • PHP
  • MySQL

Note

I used PHP built-in function "password_hash()" to make submitted password secured.

$password = password_hash($password, PASSWORD_BCRYPT);

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published