Skip to content

christopher-cornet/module-connexion-b2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module connexion B2

This project is a secure login module that allows users to register, log in and edit their profile.
It is made with PHP object-oriented programming and MySQL.

Features

Registration: users can create an account by entering their username, first name, last name, password. The data is validated and secured before being stored in the database.

Login: users can log in with their username and password

Profile: users can view and edit their profile information, such as their username, firstname, lastname and password. They can also delete their account if they wish.

Logout: users can log out of their session by clicking on the logout button.

Installation

To install this project, you need to have a web server with PHP and MySQL installed.

Clone or download this repository and place it in your web server directory (e.g. htdocs or www).

Create a database named module_connexion_b2 and import the module_connexion_b2.sql file.

Run your web server and access the project from your browser (e.g. http://localhost/module-connexion-b2/index.php).

Screenshots

image image

About

Register, log in securely and edit your profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published