https://github.com/michaelsoriano/user-registration-codeigniter
User registration system using PHP + CodeIgniter. Inc token based verification, password reset, login, register etc.
https://github.com/michaelsoriano/user-registration-codeigniter
codeigniter password-reset user-registration verification
Last synced: 14 days ago
JSON representation
User registration system using PHP + CodeIgniter. Inc token based verification, password reset, login, register etc.
- Host: GitHub
- URL: https://github.com/michaelsoriano/user-registration-codeigniter
- Owner: michaelsoriano
- License: mit
- Created: 2015-08-20T04:57:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T18:37:31.000Z (over 6 years ago)
- Last Synced: 2025-03-25T19:51:07.086Z (about 1 month ago)
- Topics: codeigniter, password-reset, user-registration, verification
- Language: PHP
- Homepage: http://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/
- Size: 770 KB
- Stars: 64
- Watchers: 5
- Forks: 65
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# user-registration
A simple 2 step registration process for users using the CodeIgniter Framework. The steps for registration is below:
1) User registers with name + email
2) User receives an email with a link + token to complete the registration
3) User completes the registration by entering a password
3) User is now in the application
Complete with a login form, a password reset form and logout. Uses salt + encryption model for passwords, database stored Session. Uses Bootstrap for the forms.
Built mainly for tutorial purposes: http://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/, but also good as a starting point for projects
## How to Use:
* Clone repo
* Run SQL attached
* Update .htaccess for base dir (its set to /user-registration-codeigniter/)
* Navigate to your site### INCLUDES CODEIGNITER 3.0.2