Skip to content

A starter kit for your codeigniter project. Basic user authentication ground work

License

Notifications You must be signed in to change notification settings

tolufakiyesi/codeigniterstarterkit

Repository files navigation

A Template to jump start your CodeIgniter Project

What it contains

User Authentication - Login, Sign Up, Confirm Account When Logged in, user can view and edit profile, change password

How to set up

1. Create a new phpmyadmin user and login. Switch to the import tab and choose the 'csk.sql' file in the root directory of this project. This creates a table 'users' that has all the fields we need.

  1. Open the 'application/config/database.php' file and change the username and password fields to correspond to the details of the account you created.
  2. In the same folder as above, edit the email.php file and change the 'smtp_user' and 'smtp_pass' fileds, and if needed the 'smtp_host' and 'smtp_port' fields.

Report security issues via '<mailto:tolufakiyesi@yahoo.com>'

About

A starter kit for your codeigniter project. Basic user authentication ground work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages