- [e502904](https://github.com/emreakay/CodeIgniter-Aauth/commit/e5029041ed83223428875633475c60324b621928) fixed sql error on `create_user()` with `use_password_hash`-config_var on __true__ (@REJack)
- [fe117dd](https://github.com/emreakay/CodeIgniter-Aauth/commit/fe117dd30f551b8cafd13f2bb0bf2ff9bce99b51) added abilty to set a config for CI's Email Library (@REJack)
- [5701a7a](https://github.com/emreakay/CodeIgniter-Aauth/commit/5701a7a6fc89a0133f6fff9eafe46b19c41f2c03) some little fixes with ddos_protection & reCAPTCHA (@REJack)
- fixed timestamp where in `reset_login_attempts()`, `get_login_attempts()`&`update_login_attempts()`
- fixed `login()` removed cookie/session-userdata for reCAPTCHA (if reCAPTCHA needed)
- fixed `login()` moved `update_login_attempts()` before test email/name & password
- [84b61fd](https://github.com/emreakay/CodeIgniter-Aauth/commit/84b61fd97cef0e7de9560e1675f851f2572c5942) changed some explanation infos in aauth's config (@REJack)
- [51d03fa](https://github.com/emreakay/CodeIgniter-Aauth/commit/51d03fa2c5817265573ccf1597766fa4d0213b3d) added config var info for `totp_two_step_login_redirect` (@REJack)
- [bf04633](https://github.com/emreakay/CodeIgniter-Aauth/commit/bf0463310ebafdf4365b922a1df5739b31d79d7d) some little fixes (@REJack)
-`is_loggedin()` 2 empty lines removed
-`control()` it hasn't checked if no perm_par was given
- [bfdc6ea](https://github.com/emreakay/CodeIgniter-Aauth/commit/bfdc6ea1deab807653fa8254b35dd0049b16a1ed) removed System Variables (@REJack)
- if anyone use the System Variables and want update to v2.5.0 a Compatibility Library is available under https://github.com/REJack/CodeIgniter-Aauth-Compat
- [569fc87](https://github.com/emreakay/CodeIgniter-Aauth/commit/569fc870a65bc572ac88b46e3e20de1a10f2ba9a) fixed config var `password_hash_algo` string to constant and added info link (@REJack)
- [906ccf0](https://github.com/emreakay/CodeIgniter-Aauth/commit/906ccf02e41e155653209aa2bff6ca9ac236056e) changed config var name from `max_login_attempt_per_minutes` to `max_login_attempt_time_period` (@REJack)
- [fd6e3f3](https://github.com/emreakay/CodeIgniter-Aauth/commit/fd6e3f34954e641fc444b865f5ec862dbc02b83f) removed config var `update_last_login_attempt` (@REJack)
- [f33affc](https://github.com/emreakay/CodeIgniter-Aauth/commit/f33affcb586b9028971ab39ad204ae6f48994f5f) changed `get_user_groups()` (public groups now visible if checked on guests) (@REJack)
- [bd33c95](https://github.com/emreakay/CodeIgniter-Aauth/commit/bd33c956a2286c15aad8bfce2b19b7e1587f6210) BCrypt/PHP's password_hash support (@REJack)
- [e205dc2](https://github.com/emreakay/CodeIgniter-Aauth/commit/e205dc28b844dbdeab7959f2e3b41b98d789dafe) removed user_id for reset_/remind_password function (#124) (@REJack)
- [30a576d](https://github.com/emreakay/CodeIgniter-Aauth/commit/30a576df06bb54be56a70b6fbb0ff6678f37bdf0) fixed fatal flaw on `update_login_attempts` (#133) (@REJack)
- [952f3eb](https://github.com/emreakay/CodeIgniter-Aauth/commit/952f3ebe46cbe5a5297e2668c4d8153048d4845f) changed version to 2.5.0-alpha (@REJack)
### v2.4.7 (2016/05/13)
- [0ae258d](https://github.com/emreakay/CodeIgniter-Aauth/commit/0ae258d8892b428f930d49cf935192dc2d141666) added function `get_user_vars($user_id)` (@REJack)
- [3887dd4](https://github.com/emreakay/CodeIgniter-Aauth/commit/3887dd46ad1c01f25e63de0c27765dd7c106d69f) renamed `valid_chars` to `additional_valid_chars`#125 (@REJack)
- [58b08f9](https://github.com/emreakay/CodeIgniter-Aauth/commit/58b08f9e267a5ac4a56ca3647b1f5c160a19a561) fixed `Quick Start`-Section (changed `deny` to `deny_group`) (@REJack)
- [0ba3a8e](https://github.com/emreakay/CodeIgniter-Aauth/commit/0ba3a8ea5e95c616a1821ae50370160bbc90f04e) verification email sending disabled if a admin is creating a user (@REJack)
- [ca2cefd](https://github.com/emreakay/CodeIgniter-Aauth/commit/ca2cefd2b7ccb936b76c19718456eb7a7b7094b6) added a check if user has email or name already (@REJack)
- [33c1bf7](https://github.com/emreakay/CodeIgniter-Aauth/commit/33c1bf75283161318156cc7005c34d505171b42f) removed some spaces (@REJack)
- [c651d45](https://github.com/emreakay/CodeIgniter-Aauth/commit/c651d4597745985369400db35e164f9ae2304ad9) add indonesian language file translation (@suhindra)
- [eedb053](https://github.com/emreakay/CodeIgniter-Aauth/commit/eedb053d2d83180891ca6c923f6e345cbd035a80) Updated optional name param to use false instead of string
- [b09f96f](https://github.com/emreakay/CodeIgniter-Aauth/commit/b09f96f24446db857e62485e7d002e64b41646ba) Fixed error on optional param of name when creating user
- [8d9d5b2](https://github.com/emreakay/CodeIgniter-Aauth/commit/8d9d5b28e43eb2650e5163d634844d49d41821e4) center smaller logo (@ManeBit)
- [b690aef](https://github.com/emreakay/CodeIgniter-Aauth/commit/b690aefa313e136abc8af5f9c065d9c176378648) smaller logo (@ManeBit)
- [e1dee38](https://github.com/emreakay/CodeIgniter-Aauth/commit/e1dee38adce782dd44f4750ddd3ae34eaed5e688) Added a function to remove member from all groups (@AnasTHH)
- [b254c9d](https://github.com/emreakay/CodeIgniter-Aauth/commit/b254c9d7159a3f5e9610c30684958260d278aa68) Update array clearing for php compatibilities (@scombat)
- [a858c1a](https://github.com/emreakay/CodeIgniter-Aauth/commit/a858c1abf459b165dfc1ccb61c554c26ab9125cc) changed 'TOTP Code' to 'Authentication Code' in english lang file (@REJack)
- [c7e05f0](https://github.com/emreakay/CodeIgniter-Aauth/commit/c7e05f0265347068d176f6eb09143220e227455e) sry thats was my failure (@REJack)
- [50ddf8b](https://github.com/emreakay/CodeIgniter-Aauth/commit/50ddf8b99c56663bb844a5f66b5aac86e0d38c09) fix for allow_user and allow_group problem #90 (@REJack)
- [572e49f](https://github.com/emreakay/CodeIgniter-Aauth/commit/572e49f494bf885a8360b94134b30366f7e5fa95) Removed print_r in recapcha helper
- [825f535](https://github.com/emreakay/CodeIgniter-Aauth/commit/825f53576f051add512a05ec404bdb6f5f18fba6) reform old gitignore (@scombat)
- [c276164](https://github.com/emreakay/CodeIgniter-Aauth/commit/c276164c5b6a5303632716d25130be0e3c912278) Add explaination an recommendations (@scombat)
- [c84fde5](https://github.com/emreakay/CodeIgniter-Aauth/commit/c84fde559118caa520db9528c6eb0f902f10fd6d) Add hash in configuration (@scombat)
- [6dd3839](https://github.com/emreakay/CodeIgniter-Aauth/commit/6dd383938555675095f92e14636fc1e3b18d84bd) add gitignore for development comodity (@scombat)
- [f42e546](https://github.com/emreakay/CodeIgniter-Aauth/commit/f42e5468ffc5037ac10c20256509e690064d6c83) moved $perm_id after the if's conditions for more performance (@REJack)
- [f51e1b4](https://github.com/emreakay/CodeIgniter-Aauth/commit/f51e1b4ff2dd761f631f322fe80c7682c36d8b89) Enchantment on is_allowed() function #83 (@REJack)
- [1c5e9aa](https://github.com/emreakay/CodeIgniter-Aauth/commit/1c5e9aad63a1ce5fe93afb92eb28452a4e162b9e) fix for #81 Invalid new config file (@REJack)
- [581981f](https://github.com/emreakay/CodeIgniter-Aauth/commit/581981f02cca4aab6b39bc7bf6e6bad89cb75ee8) fix for #79 (@REJack)
- [b9174a1](https://github.com/emreakay/CodeIgniter-Aauth/commit/b9174a1cdecf323a8871792a58de133f3088ae6e) Double declaration and assignation of valid flag (@scombat)
- [36bce1e](https://github.com/emreakay/CodeIgniter-Aauth/commit/36bce1e8401f3021d47f14bf75496770d97bbc2d) Update config file for readability and comprehension (@scombat)
- [51d9ea8](https://github.com/emreakay/CodeIgniter-Aauth/commit/51d9ea89f89a6ee87eb92da17cf6f43c6876bf15) Add first version of french language file (@scombat)
- [9ead755](https://github.com/emreakay/CodeIgniter-Aauth/commit/9ead7557c9ff7892e97bd26aa2940370e7038d83) Another approach for aauth_error_login_failed (@vipinks)
- [3db113a](https://github.com/emreakay/CodeIgniter-Aauth/commit/3db113a30af247e1e807766dac75fbf0e5243e8e) "aauth_error_login_failed" is not specified (@vipinks)
- [dce098f](https://github.com/emreakay/CodeIgniter-Aauth/commit/dce098ffcba01c743c2763c376942e6fbbbb68ea) Fix for depreciated valid_email function
- [205380b](https://github.com/emreakay/CodeIgniter-Aauth/commit/205380b22e8496b43787ba51256615673fd412c4) Set definition as not mandatory parameter for create_group
- [a19e5d8](https://github.com/emreakay/CodeIgniter-Aauth/commit/a19e5d81f854177779e3bd4474e2005f2f4c280e) version 2.3.4 (@emreakay)
### v2.3.4 (2015/10/07)
- [d724b54](https://github.com/emreakay/CodeIgniter-Aauth/commit/d724b54fefe1ac362d5a0298862a4623e0a522c7) Spanish Language Added
- [e6aa1f6](https://github.com/emreakay/CodeIgniter-Aauth/commit/e6aa1f6a057fedf441e665fb4251929327f0c4cc) changed __key__ to __data_key__ in ``user_variables`` & ``system_variables`` (fix for #68) (@REJack)
- [9aca808](https://github.com/emreakay/CodeIgniter-Aauth/commit/9aca808dd70885e0d6c293189f015774cf031cf6) possible fix for #66 (@REJack)
- [a11bdbe](https://github.com/emreakay/CodeIgniter-Aauth/commit/a11bdbe5800b9d85d4bb01df08acc675e540cb26) Reserved keyword conflict in MySQL. (@REJack)
- [136ba68](https://github.com/emreakay/CodeIgniter-Aauth/commit/136ba686bdd6b71d72c3ad1a7002f91d85d74dbe) fix for #51 'is_allowed() bug ' (@REJack)
### v2.3.0 (2015/07/28)
- [87369a9](https://github.com/emreakay/CodeIgniter-Aauth/commit/87369a93419407a1beb98982daaea2cb5ede7114) Revert "reverted the revert :smile:" (@REJack)
- [b449749](https://github.com/emreakay/CodeIgniter-Aauth/commit/b449749451e392c996c7d0783745c6227390673f) reverted the revert :smile: (@REJack)
- [595fe0b](https://github.com/emreakay/CodeIgniter-Aauth/commit/595fe0b5bb18ca074b25ab9308cfeb5e96c284c7) revert max pw lenght (@REJack)
- [6474cdf](https://github.com/emreakay/CodeIgniter-Aauth/commit/6474cdf2e4bd82ef57ead03cb5d17361d5a8d1fe) test to resolve conflicts :smile: (@REJack)
- [12a76b1](https://github.com/emreakay/CodeIgniter-Aauth/commit/12a76b1659984fb72b78113081dee1519fc5cfb5) changed result to row by get_pm (@REJack)
- [f0cf74e](https://github.com/emreakay/CodeIgniter-Aauth/commit/f0cf74ec517b24428f93a7b7029b94af17730bc0) added return by delete_user() (@REJack)
- [bcbf28b](https://github.com/emreakay/CodeIgniter-Aauth/commit/bcbf28b432c0a07feef72d0116cd5fbfeb27ab7d) changed NULL to FALSE by get_perm_id() (@REJack)
- [461278b](https://github.com/emreakay/CodeIgniter-Aauth/commit/461278b157e55426ec355bfffd4c8f261aa635b2) fixed login error after TOTP check (login with wrong pw fixed) (@REJack)
- [3413b3b](https://github.com/emreakay/CodeIgniter-Aauth/commit/3413b3bf0ae45336aa3af01607942a11eb230887) added configuration to not use cookies if sessions are enabled. (@REJack)
- [239ef68](https://github.com/emreakay/CodeIgniter-Aauth/commit/239ef68c802b45b6f4ce8f073ebe94ac379659a9) changed some default config vars (@REJack)
- [3198846](https://github.com/emreakay/CodeIgniter-Aauth/commit/319884689a3908ecbc16a0bedd2531c0de41fbf8) added specific error messages for update_user without forgotten password text (@REJack)
- [7617a79](https://github.com/emreakay/CodeIgniter-Aauth/commit/7617a79cda73dbaf3fe662505df20039c04d7fee) found a missing aauth_db (@REJack)
- [59bbfdd](https://github.com/emreakay/CodeIgniter-Aauth/commit/59bbfdd94aaadb9d369834711197c296b7d90b5c) added checks from create_user in update_user (@REJack)
- [11bd0dc](https://github.com/emreakay/CodeIgniter-Aauth/commit/11bd0dcd49860fef791317af71486935527978e0) moved user_exsist_by_name out of the IF (@REJack)
- [d2cf407](https://github.com/emreakay/CodeIgniter-Aauth/commit/d2cf407cb38c5ee4c7898fddad4fc5e58fdf1354) changed totp_active default value to false (@REJack)
- [f0f1bb0](https://github.com/emreakay/CodeIgniter-Aauth/commit/f0f1bb08e8958e2f154f8b22ae79c41469a6128d) fixed a failure (@REJack)
- [86845c2](https://github.com/emreakay/CodeIgniter-Aauth/commit/86845c22b0e14b72c15cbfe279e59cfa380dde3a) fixed a error on login without totp_code (@REJack)
- [1128820](https://github.com/emreakay/CodeIgniter-Aauth/commit/11288205faddb39b339e550fff55ade55609a317) added totp_reset_over_reset_password and update_user_totp_secret() (@REJack)
- [f0f781d](https://github.com/emreakay/CodeIgniter-Aauth/commit/f0f781dfca8c8848068cd186616069d4b2efe367) added config var for reset_password_link and verification_link, so its not needed to edit the language file (@REJack)
- [7c749af](https://github.com/emreakay/CodeIgniter-Aauth/commit/7c749af13f18d82ef2ac79e5901528878912f4ee) removed a unused config_var (@REJack)
- [1e6007a](https://github.com/emreakay/CodeIgniter-Aauth/commit/1e6007a7c6eeeef5edea4d860b90e1d9c0c6683c) Adjusted password field to 64 chars (@tswagger)
- [08affa2](https://github.com/emreakay/CodeIgniter-Aauth/commit/08affa2abcc5658ac97db35bef522bddf676dc61) changed list_user_var_keys's output from array to object (@REJack)
- [7b180a0](https://github.com/emreakay/CodeIgniter-Aauth/commit/7b180a01a1f8844d46828ac00640b015d8b7c970) build update_group similar to update_user (@REJack)
- [106a3d5](https://github.com/emreakay/CodeIgniter-Aauth/commit/106a3d55d10f79358d77287dc6a03c3fb4fdbe5e) added missing $definition to update_group (@REJack)
- [41224e6](https://github.com/emreakay/CodeIgniter-Aauth/commit/41224e613a74d6d99656fc57b147cc2398a2629e) added to create_group and update_group 'definition' based on tswagger's sql changes (@REJack)
- [206342b](https://github.com/emreakay/CodeIgniter-Aauth/commit/206342b49e09c042f9055185e296275cd443d5b9) moved user_exsist_by_email out of else to prevent double emails in database (@REJack)
- [790dd44](https://github.com/emreakay/CodeIgniter-Aauth/commit/790dd44a10cd3137ed19d76fbecc8897b711f7b3) Configurable Login over Name or Email (@REJack)
- [fc24226](https://github.com/emreakay/CodeIgniter-Aauth/commit/fc242264a4efd5bd32a528502182972fbd52b038) changed the copyright info to this year (@REJack)
- [5df18c0](https://github.com/emreakay/CodeIgniter-Aauth/commit/5df18c08971aa66f529202a7f73c1ff011823ea4) fixed cookie creation for reCAPTCHA if it's not active (@REJack)
- [b9b855e](https://github.com/emreakay/CodeIgniter-Aauth/commit/b9b855ea863a680d180a0deac4f1a178bad263b9) fix for empty names on creation (@REJack)
- [5028eb7](https://github.com/emreakay/CodeIgniter-Aauth/commit/5028eb7074785db9c7bf31e892bdeb7ff72c9307) added db profile (@REJack)
- [b945abb](https://github.com/emreakay/CodeIgniter-Aauth/commit/b945abbdaedc3487257ddce73107526715c2ab55) cleaned the config file (@REJack)
- [881bae1](https://github.com/emreakay/CodeIgniter-Aauth/commit/881bae11ab6cd1be94cbb13e831932e59d8c1eba) removed requirement for unique name/username (@REJack)
- [7276ebe](https://github.com/emreakay/CodeIgniter-Aauth/commit/7276ebeac7a2f9dd055e29024c4b5ffd08e85c83) Minor Typo Fix (@tswagger)
### v2.2.0 (2015/05/10)
- [2a83ea9](https://github.com/emreakay/CodeIgniter-Aauth/commit/2a83ea996a29f3269d66d788254aa30738244776) Some style changes (@tswagger)
- [bae4b0c](https://github.com/emreakay/CodeIgniter-Aauth/commit/bae4b0cf172bfa54750084e94edf847e95438ad1) Modified keep_infos() and keep_errors() with options (@tswagger)
- [5ff1af1](https://github.com/emreakay/CodeIgniter-Aauth/commit/5ff1af124c7dd2f33923efdd668f0376333ff781) Fixed issue with unintentional flashdata (@tswagger)
- [a4726f2](https://github.com/emreakay/CodeIgniter-Aauth/commit/a4726f2aa03b0229273a3ec1d7817bde6aa8ec7b) Updated SQL Table info (@tswagger)
- [6eddbc6](https://github.com/emreakay/CodeIgniter-Aauth/commit/6eddbc63cc513f58800dabc136dc07a6b07856d1) Modified lang-file constants to include prefix. (@tswagger)
- [d025313](https://github.com/emreakay/CodeIgniter-Aauth/commit/d025313e317417d6fbba9adf061252f71eca798e) Fixed an issue with is_allowed (@tswagger)
- [9daa4df](https://github.com/emreakay/CodeIgniter-Aauth/commit/9daa4df516323e5d98828362d3ead423f669e490) Modified error() and info() to NOT use flashdata by default (@tswagger)
- [dd45503](https://github.com/emreakay/CodeIgniter-Aauth/commit/dd4550374f9afa794f710b04f17b2a70d9120cbb) Removed redundant index keys on a few tables. (@tswagger)
- [6de68fe](https://github.com/emreakay/CodeIgniter-Aauth/commit/6de68fe3be4944fedd17b9ccf620ca563bfc0c7e) Edited README.md for grammer and content (@tswagger)
- [064bbf4](https://github.com/emreakay/CodeIgniter-Aauth/commit/064bbf4e9e1192bace3420fa42424076d72c7a8b) fixed minor typo in clear_infos() function name (@tswagger)
- [ec82d3e](https://github.com/emreakay/CodeIgniter-Aauth/commit/ec82d3ef06c95b7645b6109de0f2a7e4fec6b070) adjustments of typos (@tswagger)
- [6119213](https://github.com/emreakay/CodeIgniter-Aauth/commit/6119213f19532ec3a401640af81895b0c7d55a4b) Added same fix for info messages as was implemented for error messages (@tswagger)
- [1707579](https://github.com/emreakay/CodeIgniter-Aauth/commit/170757982486ca069abfdd64b124a3a8ae54a255) Fixed issue with error and modified control() to include redirect indicated in config file (@tswagger)
### v2.1.0 (2014/12/23)
- [758fd21](https://github.com/emreakay/CodeIgniter-Aauth/commit/758fd21561f2b6fed17e72311299574107be6d06) Revert "Added two new function: user_exsist_by_id() and user_exsist_by_email()" (@emreakay)
- [1006f88](https://github.com/emreakay/CodeIgniter-Aauth/commit/1006f8800f2c3e0b0a4f41e9dd0994ba3446a786) lil fix for reCAPTCHA (@REJack)
- [c80bd10](https://github.com/emreakay/CodeIgniter-Aauth/commit/c80bd1084d2361440553143df15c59c6c7a2d70c) Added two new function: user_exsist_by_id() and user_exsist_by_email() (@c2pdev)
- [25b383b](https://github.com/emreakay/CodeIgniter-Aauth/commit/25b383bf732928b04e213d83545048f50056de00) Added missing id columns.
### v2.0.5 (2014/09/26)
- [48059ab](https://github.com/emreakay/CodeIgniter-Aauth/commit/48059ab401d9ee9804692b9bfe919ba9fb1b3e6c) Changed collation from utf8_turkish_ci to global standard utf8_general_ci
- [386a77e](https://github.com/emreakay/CodeIgniter-Aauth/commit/386a77e71f894eb46e7dc98ce0293079b246105d) PhpDocs of User and Aauth System Variables.
- [982cb87](https://github.com/emreakay/CodeIgniter-Aauth/commit/982cb87c956125a0d97ea039dc0b7666602dd62d) User and Aauth System Variables.
- [b34a57a](https://github.com/emreakay/CodeIgniter-Aauth/commit/b34a57a379e40eb83bac2397be01b8f8738cb731) some changes
- [20aab13](https://github.com/emreakay/CodeIgniter-Aauth/commit/20aab13344bb6b92320bd072b301c7b82e27cf6a) bug fixed in delete_group()
- [270dc68](https://github.com/emreakay/CodeIgniter-Aauth/commit/270dc685400a58d5f75b71b27aa72a765b2e31d0) ip_address will be also updated in update_last_login()
- [83be42c](https://github.com/emreakay/CodeIgniter-Aauth/commit/83be42c3c429eddde8776440270883bc6b9cedef) allow_user( ) and deny_user() functions is implemented
- [3615446](https://github.com/emreakay/CodeIgniter-Aauth/commit/361544600acd4784f76e33a19d26d7aaec59e85b) v2 dev
- [77e30dc](https://github.com/emreakay/CodeIgniter-Aauth/commit/77e30dc5f1d1a67c339ae0242f8b6986efe0b286) v2 dev
### v1.0 (2014/06/11)
- [257e186](https://github.com/emreakay/CodeIgniter-Aauth/commit/257e186353cfe4c4a2a4bcb89a8aefb9bb352d5c) Version 1.0 last commit
- [336e510](https://github.com/emreakay/CodeIgniter-Aauth/commit/336e5109ce91b7413ae31f56459e12dc1d8f88d7) Example change2
- [4aa6494](https://github.com/emreakay/CodeIgniter-Aauth/commit/4aa6494064141ce5578a3c9db8d48dee6afc9a8b) Added stronger password encyption with salts (@jacobtomlinson)
- [b5a723e](https://github.com/emreakay/CodeIgniter-Aauth/commit/b5a723eb87f6e45f9d04e1632cbb00c006608ec2) Moved password hashing to separate function (@jacobtomlinson)
- [a8fca2f](https://github.com/emreakay/CodeIgniter-Aauth/commit/a8fca2f0360536c33f9555e44bcb65cfd869afcc) More comment and whitespace cleanup (@jacobtomlinson)
- [1f81b3f](https://github.com/emreakay/CodeIgniter-Aauth/commit/1f81b3fbeea8aaccae3aeea3985a96393823679a) Remove allowed characters before name before alphanumeric test (@jacobtomlinson)
- [36cd525](https://github.com/emreakay/CodeIgniter-Aauth/commit/36cd525b50cc849167608719f157ec2981725892) Added checking for unverified account on login, display appropriate error message. (@jacobtomlinson)
- [534d5ca](https://github.com/emreakay/CodeIgniter-Aauth/commit/534d5ca710840761d8f73e1d4f4018e7aa863356) Changed cookie access to use CodeIgniter input class instead of direct access (@jacobtomlinson)
- [af10b64](https://github.com/emreakay/CodeIgniter-Aauth/commit/af10b6475d31abaeb60e7235252e39c7a4847df7) Removed closing tag and whitespace as it was causing headers to go early (@jacobtomlinson)
- [5c2834e](https://github.com/emreakay/CodeIgniter-Aauth/commit/5c2834e09b777f5ffeed1f35b6c5dc5b77344fb5) c
- [3389b67](https://github.com/emreakay/CodeIgniter-Aauth/commit/3389b67e855768069a94cafae117a2a3e25ffc80) minor changes
- [9abde25](https://github.com/emreakay/CodeIgniter-Aauth/commit/9abde255268452e66f60f4b148b5d55514250f16) minor changes
- [4d27f07](https://github.com/emreakay/CodeIgniter-Aauth/commit/4d27f07e1dd4433758ee81870b368e907cca26b1) sql files added under sql folder
- [0ea6409](https://github.com/emreakay/CodeIgniter-Aauth/commit/0ea6409608fde5618dcfbb60be088f5a0bf4e731) minor changes
- [2fc4269](https://github.com/emreakay/CodeIgniter-Aauth/commit/2fc4269da3fb787803c895dcf0a80368c713d4d9) create_user now automaticy sets default group
- [7358295](https://github.com/emreakay/CodeIgniter-Aauth/commit/73582950b32bf397beee48a77a77ba0459f9b3bc) errors and infos fixed
- [74d4adb](https://github.com/emreakay/CodeIgniter-Aauth/commit/74d4adb4d5ade9dbad178897d272aeb11f1b6c41) First commit