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

https://github.com/ctechhindi/codeigniter-3-login-and-registration-system-using-mysql-with-bootstrap-4

CodeIgniter Full Login and Registration System using MySQL with Bootstrap 4 [ Step By Step ]
https://github.com/ctechhindi/codeigniter-3-login-and-registration-system-using-mysql-with-bootstrap-4

codeigniter codeigniter3 login-register-system mysql session

Last synced: 5 months ago
JSON representation

CodeIgniter Full Login and Registration System using MySQL with Bootstrap 4 [ Step By Step ]

Awesome Lists containing this project

README

          

# CodeIgniter Login and Registration Application

[Video Playlist](https://www.youtube.com/playlist?list=PLmrTMUhqzS3jK7dsgLxoxywsbV9NjXj8N)

[Source Code](https://goo.gl/7udsza)

# Topies

* Install codeigniter 3 in Xampp Server
* Setup codeigniter 3 and remove index.php
* Create User Controller in Codeigniter 3
* Create login and registration view page and load in user controller
* Include Bootstrap 4 Library : https://getbootstrap.com/
* Adding Header and Footer
* Design Login and Registration Page in Bootstrap 4
* Apply CodeIgniter 3 Form Validation in Registration Page
* Connect User Registration Page for MySql
* Insert User Data in MySql
* Show Success, Warning and Danger Alert Message using CodeIgniter Flashdata Session
* Extending CodeIgniter Validation Library To Check For Unique Values (Email and Username)
* Apply Password Hashing in Password Field
* Activate the Login page with Database and Password Hashing
* Create and Destroy Sessions - Log In and Log Out
* Create User Panel with User Session