User Registration Codeigniter Save

User registration system using PHP + CodeIgniter. Inc token based verification, password reset, login, register etc.

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
  4. User is now in the application

alt tag

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

Open Source Agenda is not affiliated with "User Registration Codeigniter" Project. README Source: michaelsoriano/user-registration-codeigniter

Open Source Agenda Badge

Open Source Agenda Rating