DX Auth User Guide Version 1.0


Installation Instructions

Installing DX Auth library with bundled examples

  1. Unzip the package.
  2. Copy captcha folder into your CI folder. Make this folder writable by web server.
  3. Copy application folder into your CI application folder.
  4. Install DX Auth database schema into your database.
  5. Open the application/config/config.php. Change $config['sess_use_database'] to TRUE.

Installing only DX Auth library

  1. Unzip the package.
  2. Copy captcha folder into your CI folder. Make this folder writable by web server.
  3. Copy application/plugins/ folder into your CI application/plugins/ folder.
  4. Copy application/config/ folder into your CI application/config/ folder.
  5. Copy application/libraries/ folder into your CI application/libraries/ folder.
  6. Copy application/helpers/ folder into your CI application/helpers/ folder.
  7. Copy application/models/ folder into your CI application/models/ folder.
  8. Copy application/language/ folder into your CI application/language/ folder.
  9. Install DX Auth database schema into your database.
  10. Open the application/config/config.php. Change $config['sess_use_database'] to TRUE.

That's it!

If you're new to DX Auth, please read the Getting Started section of the User Guide to begin using DX Auth.