Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)