Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.
eyoosuf edited this page Jun 24, 2012 · 14 revisions

DX-Auth

DX Auth is an authentication library for CodeIgniter. It’s goal to enable you to easily include secure and easy to use authentication library to your project, while giving you the flexibility to choose from simple authentication system to full fledged authentication system.

DX Auth is also build with internationalization in mind, so every string is available in language file. (Except the examples because that is your code, not the library).

Changelog

Sites using the DX Auth

Future Plans

How to use?

Developers and Testers

Feature of DX Auth

  • Basic auth (Login, logout, register, change password).
  • Remember me.
  • Login using username or email address or both (depend on config settings).
  • Forgot password.
  • Ban user.
  • Last login IP address and time (optional).
  • Email activation (optional).
  • User Profile (optional).
  • Role based (admin, user, moderator, etc). Inheritance also supported (optional)
  • Restrict page based on URI and role (optional).
  • Custom permission for each role (optional).
  • Login attempt (optional). You can use this to display catpcha after specified try to login to prevent bot.
  • Event feature (For example: You can put your own code like PM welcome message after user activated, etc).
  • Captcha (optional, native and reCAPTCHA is available).
  • Simple admin panel (So you can customize it, include it into your own admin panel, or delete if you don’t need it).
  • Most of the feature is optional, means you can turn it off in config file, delete it, or just don’t use it.
Clone this wiki locally