https://github.com/eattrenclenhard/php-login-system
A simple PHP web application that allows users to register, log in, and log out.
https://github.com/eattrenclenhard/php-login-system
bootstrap html-css-javascript mysql nginx-docker php
Last synced: about 2 months ago
JSON representation
A simple PHP web application that allows users to register, log in, and log out.
- Host: GitHub
- URL: https://github.com/eattrenclenhard/php-login-system
- Owner: eattrenclenhard
- Created: 2024-11-21T16:37:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T16:47:05.000Z (over 1 year ago)
- Last Synced: 2025-01-28T21:33:46.453Z (over 1 year ago)
- Topics: bootstrap, html-css-javascript, mysql, nginx-docker, php
- Language: PHP
- Homepage: https://profiledemo.cldweb.tk
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Description:
A simple PHP web application that allows users to register, log in, and log out. It features input validation for registration and login forms, session management for user authentication, and displays basic user information after registration. Key features include:
- **User Registration**: Account creation with input validation (e.g., email format, password strength).
- **Login & Logout**: Secure user authentication and session management.
- **User Info Display**: Shows basic details entered during registration.
The app ensures security through validation, session handling, and basic authentication.


