All Projects → michaelsoriano → user-registration-codeigniter

michaelsoriano / user-registration-codeigniter

Licence: MIT, GPL-3.0 licenses found Licenses found MIT LICENSE GPL-3.0 LICENSE.md
PHP based user registration system. Built using CodeIgniter and Bootstrap. Has token based verification, password reset functionality, login page, register page and more.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to user-registration-codeigniter

laravel-otp-login
Adds a customizable, translatable, configurable OTP verification step to Laravel Auth. You can add your own SMS provider too.
Stars: ✭ 16 (-73.77%)
Mutual labels:  verification
Codeigniter-4-CRUD-generator
ADEL CCG is an easy open-source intuitive web app to create AdminLTE4 -Bootstrap 5- dashboards with CRUD operations in php.
Stars: ✭ 87 (+42.62%)
Mutual labels:  codeigniter
portal-news
Portal news project built with Codeigniter 3
Stars: ✭ 46 (-24.59%)
Mutual labels:  codeigniter
DocumentReader-iOS
iOS Framework for reading and validation of identification documents
Stars: ✭ 54 (-11.48%)
Mutual labels:  verification
cszcms
Open Source CMS (Content Management System) with Codeigniter and Bootstrap.
Stars: ✭ 47 (-22.95%)
Mutual labels:  codeigniter
neural-network-lyapunov
Synthesizing neural-network Lyapunov functions (and controllers) as stability certificate.
Stars: ✭ 82 (+34.43%)
Mutual labels:  verification
qcec
MQT QCEC - A tool for Quantum Circuit Equivalence Checking
Stars: ✭ 64 (+4.92%)
Mutual labels:  verification
hagelslag
Hagelslag is an object-based severe storm hazard forecasting system.
Stars: ✭ 58 (-4.92%)
Mutual labels:  verification
passport-activedirectory
Active Directory strategy for passport.js
Stars: ✭ 28 (-54.1%)
Mutual labels:  verification
klever
Read-only mirror of the Klever Git repository
Stars: ✭ 18 (-70.49%)
Mutual labels:  verification
Kalkun
Open Source Web based SMS Manager
Stars: ✭ 186 (+204.92%)
Mutual labels:  codeigniter
CodeIgniter-HMVC
CodeIgniter 3.1.10 with Modular Extensions - HMVC and Whoops Error Handling Framework 2.5.0
Stars: ✭ 30 (-50.82%)
Mutual labels:  codeigniter
yggdrasil
No description or website provided.
Stars: ✭ 26 (-57.38%)
Mutual labels:  verification
verify-apple-id-token
Verify the Apple id token on the server side.
Stars: ✭ 49 (-19.67%)
Mutual labels:  verification
link-verifier
A tool for verifying links in text-based files
Stars: ✭ 26 (-57.38%)
Mutual labels:  verification
core-v-verif
Functional verification project for the CORE-V family of RISC-V cores.
Stars: ✭ 283 (+363.93%)
Mutual labels:  verification
angular-openid-connect-php
Angular & PHP CodeIgniter server through OAuth 2.0 OpenID Connect
Stars: ✭ 14 (-77.05%)
Mutual labels:  codeigniter
serval-sosp19
This repo contains the artifact for our SOSP'19 paper on Serval
Stars: ✭ 26 (-57.38%)
Mutual labels:  verification
codeigniter-log-viewer
This is a simple Log Viewer for viewing Code Igniter logs on the browser and via API clients
Stars: ✭ 80 (+31.15%)
Mutual labels:  codeigniter
civet
Continuous Integration, Verification, Enhancement, and Testing
Stars: ✭ 30 (-50.82%)
Mutual labels:  verification

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].