Merge pull request #1 from td00/doku

first touching the doku.
This commit is contained in:
Thies Mueller 2021-01-08 14:23:04 +01:00 committed by GitHub
commit 11e5280ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,33 @@
# Login Page POC
Some poc of a login / register setup with php & mysql
## Setup:
### Dependencies:
- webserver (tested with nginx)
- php 7.4
- mysqld/mariad
1. Clone this repo
2. Create a database
3. Create a user and grant access to database
4. Change "login.php" & "register.php"
5. Have fun!
## Features:
### Implemented
- Login
- PHP Session ID
- Password Validation
- Name & Surname
- Print all the infos (except password) on the secure.php page
### Need implementation:
- [ ] Change password
- [ ] Change email
- [ ] Change Names
- [ ] Reset password
### Thanks for flying penguin stack overflow stealing! <3