Skip to content

Releases: emreakay/CodeIgniter-Aauth

v2.4.5

28 Oct 08:07
Compare
Choose a tag to compare

Hash Algorithm enchantment.

v2.4.4

27 Oct 13:47
Compare
Choose a tag to compare

Enchantment on is_allowed() function #83

fix for config file (#81)

27 Oct 06:16
Compare
Choose a tag to compare
Merge pull request #82 from REJack/master

fix for #81 Invalid new config file

French lang. added and "remember me problem" solved

26 Oct 07:55
Compare
Choose a tag to compare

french lang. added.
Update config file for readability and comprehension
" "valid" variable was declared and assigned two time" has solved
Double declaration and assignation of valid flag
fix for #79

minor fix

12 Oct 20:14
Compare
Choose a tag to compare

Set $definition as an optional parameter in create_group and fix depreciated valid_email function

CI2 support, Spanish Language Support, mysql reserved key fix

07 Oct 21:20
Compare
Choose a tag to compare

changed use_cookies to true to provide CI2 Support
Spanish Language Added
'key' column changed to 'data_key'
and minor fixex

minor fix for wrong password message

28 Sep 21:12
Compare
Choose a tag to compare

This fixes a non existing error message if all authentication methods fail. Line 352 is calling

aauth_error_login_failed
but that is not in the lang line. This fix tries to match the naming used by the OP i.e. aauth_error_login_failed_xxx where xxx is the error (email/password).

Fix issue with messages

21 Sep 19:50
Compare
Choose a tag to compare

Fix issue with messages

Sql bug fixed

21 Sep 19:45
Compare
Choose a tag to compare

Sql bug fixed

Time-Based One-Time Password added and bugs fixed

28 Jul 21:14
Compare
Choose a tag to compare

added return false if aauth_error_no_pm appears
added return by delete_user()
changed NULL to FALSE by get_perm_id()
fixed login error after TOTP check (login with wrong pw fixed
added configuration to not use cookies if sessions are enabled.
added min password length
changed some default config vars
added totp_only_on_ip_change
changed totp_active default value to false
fixed a failure
fixed a error on login without totp_code
added totp_reset_over_reset_password and update_user_totp_secret()
added Time-Based One-Time Password
variable scope undefined fix!
function remind_password: return TRUE/FALSE.
Fixing typos in functions user_exist_by_email user_exist_by_name