Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinontcode/Membership-system
Membership system written in PHP, includes registration form, login form.
https://github.com/martinontcode/Membership-system
e-mail form login membership php registration
Last synced: 5 days ago
JSON representation
Membership system written in PHP, includes registration form, login form.
- Host: GitHub
- URL: https://github.com/martinontcode/Membership-system
- Owner: martinontcode
- License: mit
- Created: 2016-12-31T13:53:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T17:12:59.000Z (about 2 years ago)
- Last Synced: 2024-08-02T12:43:06.814Z (3 months ago)
- Topics: e-mail, form, login, membership, php, registration
- Language: PHP
- Size: 314 KB
- Stars: 42
- Watchers: 6
- Forks: 20
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - martinontcode/Membership-system - Membership system written in PHP, includes registration form, login form. (php)
README
# PHP-Membership-System
A membership system written in PHP. It will include up to date password salting, secure validation, MySQL injection protection and beatiful design.
## Live demo
~~http://membership.martincodes.com~~ DEPRECATED
## What is done at the moment ?
* ~~Login system~~
* ~~Registration system~~
* ~~Index page~~
* ~~Live demo webpage~~
* ~~MySQL script for db and table~~
* ~~"Forgot password" function for user"~~
* ~~User activation mail~~
## ToDO:
* Refactor code
## Screenshot
![Login Form](http://i.imgur.com/tFAP4bv.png)
![Registration Form](http://i.imgur.com/TajkVwa.png)
![Index](http://i.imgur.com/kmddk7G.png)