A simple 2 step registration process for users using the CodeIgniter Framework. The steps for registration is below:
- User registers with name + email
- User receives an email with a link + token to complete the registration
- User completes the registration by entering a password
- 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
- Clone repo
- Run SQL attached
- Update .htaccess for base dir (its set to /user-registration-codeigniter/)
- Navigate to your site