Skip to content

Releases: emreakay/CodeIgniter-Aauth

Info and Errors and other bug fixes

10 May 16:55
Compare
Choose a tag to compare

Special thanks to @tswagger for this commit

Added flashdata boolean to error() and info() allowing the option for errors/messages to only remain for current page.

Added clear_errors() and clear_infos() which removes all errors and infos from Aauth storage as well as flashdata storage

Loaded flashdata into errors and infos on construct in order to fully utilize flashdata (as a result, keep_errors() and keep_infos() now work properly)

Added boolean return value to login_fast()

Remove redundant indexes from Aauth_v2.sql

Removed bool return value from get_errors_array() and get_infos_array(). As "array" is in the method name, should only return array. Change should remain backwards compatible as empty array will still evaluate to "false".

Fix bug in which "is_allowed" returns true if user is logged in and has access to perm_id=1 and perm is non-existant.

Modified list_user_var_keys() to return an array so that it can be looped through

Fixed duplicate message when sending password reset email, line 424

Modified lang-file constants to include prefix. This will help avoid collisions. Also added a few missing items to the lang-file

Updated SQL file to be a bit more efficient.

Modified keep_infos() and keep_errors() to include non-flash data values on optional boolean parameter.

Aauth v2.1.0

23 Dec 20:44
Compare
Choose a tag to compare

reCAPTCHA integration added in this new version
thanks to @REJack

Aauth v2.0.5

26 Sep 20:54
Compare
Choose a tag to compare

Changed collation from utf8_turkish_ci to global standard utf8_general_ci
Some bugs fixed

Aauth v2.0.4

16 Aug 13:42
Compare
Choose a tag to compare

inserted get_user_var_keys function

Aauth v2.0.3

06 Aug 20:50
Compare
Choose a tag to compare

Language Support File added

Aauth v2.0.2

05 Aug 21:57
Compare
Choose a tag to compare

Little bug fixed thanks to alfonsor
A small error, omitted reference to the CI object in keep_infos() function

Aauth v2.0.1

22 Jul 14:35
Compare
Choose a tag to compare

Removed or !ctype_alnum($pass) from the IF statement
It was causing issues with special characters in passwords
and returning false even if the password matches.

Aauth v2-beta

04 Jul 11:06
Compare
Choose a tag to compare
Aauth v2-beta Pre-release
Pre-release
Merge pull request #13 from emreakay/v2_dev

V2-beta

First Version of Aauth

26 Jun 14:16
Compare
Choose a tag to compare