Releases: emreakay/CodeIgniter-Aauth
v2.4.5
v2.4.4
fix for config file (#81)
Merge pull request #82 from REJack/master fix for #81 Invalid new config file
French lang. added and "remember me problem" solved
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
CI2 support, Spanish Language Support, mysql reserved key fix
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
This fixes a non existing error message if all authentication methods fail. Line 352 is calling
aauth_error_login_failedbut 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
Fix issue with messages
Sql bug fixed
Sql bug fixed
Time-Based One-Time Password added and bugs fixed
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