by Ben Edmunds
Copy the files from this package to the corresponding folder in your application folder.
Run the SQL file ion_auth.sql
Username: admin@admin.com Password: password
It is highly recommended that you use encrypted database sessions for security!
It is recommended that you add your identity column as a unique index.
Time Based One-Time Password (TOTP) - There is a Time Based One-Time Password (TOTP) implementation compatible with Google Authenticator available. Feature branch maintained by biscofil and is available at https://github.com/benedmunds/CodeIgniter-Ion-Auth/tree/otp
in application/config/autload.php include 'ion_auth' under $autoload['libraries']; in any page include load->view('auth/menu','',true); ?> to display the menu