376 Commits (559d746b64d45ab4925d90d9e55bc284856a4b5a)
 

Author SHA1 Message Date
REJack 4b530eda60 SQL error fixed 10 years ago
Raphael Jackstadt a11bdbe580 Reserved keyword conflict in MySQL. 10 years ago
Raphael Jackstadt 136ba686bd fix for #51 'is_allowed() bug ' 10 years ago
Emre Akay fa22a5efc6 Merge pull request #52 from REJack/totp 10 years ago
Raphael Jackstadt 87369a9341 Revert "reverted the revert 😄" 10 years ago
Raphael Jackstadt b449749451 reverted the revert 😄 10 years ago
Raphael Jackstadt 595fe0b5bb revert max pw lenght 10 years ago
Raphael Jackstadt 6474cdf2e4 test to resolve conflicts 😄 10 years ago
Emre Akay 322e578f88 Merge pull request #45 from ManeBit/master 10 years ago
Emre Akay 958d03d8bc Merge pull request #43 from REJack/master 10 years ago
Raphael Jackstadt 12a76b1659 changed result to row by get_pm 10 years ago
Raphael Jackstadt f0cf74ec51 added return by delete_user() 10 years ago
Raphael Jackstadt bcbf28b432 changed NULL to FALSE by get_perm_id() 10 years ago
Raphael Jackstadt 461278b157 fixed login error after TOTP check (login with wrong pw fixed) 10 years ago
Raphael Jackstadt 3413b3bf0a added configuration to not use cookies if sessions are enabled. 10 years ago
Raphael Jackstadt 9afda70a7d Updated README.md 10 years ago
ManeBit 12d01e609f Fixing typos in functions 10 years ago
ManeBit ab64f6118f URGENT: variable scope undefined fix! 10 years ago
Raphael Jackstadt 35a9232e3e added a fix for #46 10 years ago
ManeBit 1096ff9246 function remind_password: return TRUE/FALSE. 10 years ago
Raphael Jackstadt 43f0d83fac added 'min' password length like 'max' 10 years ago
Raphael Jackstadt bbc992d2f7 Revert "added min password length" 10 years ago
Raphael Jackstadt 341bab55a7 added min password length 10 years ago
Raphael Jackstadt 515945b11a fixed issue #42 10 years ago
Raphael Jackstadt 239ef68c80 changed some default config vars 10 years ago
Emre Akay f971666800 Merge pull request #38 from REJack/master 10 years ago
Emre Akay ecb4b3c49e Merge pull request #40 from tswagger/master 10 years ago
Raphael Jackstadt 319884689a added specific error messages for update_user without forgotten password text 10 years ago
Raphael Jackstadt 7617a79cda found a missing aauth_db 10 years ago
Raphael Jackstadt 59bbfdd94a added checks from create_user in update_user 10 years ago
Raphael Jackstadt 11bd0dcd49 moved user_exsist_by_name out of the IF 10 years ago
Raphael Jackstadt f4c42a3120 added totp_only_on_ip_change 10 years ago
Raphael Jackstadt d2cf407cb3 changed totp_active default value to false 10 years ago
Raphael Jackstadt f0f1bb08e8 fixed a failure 10 years ago
Raphael Jackstadt 86845c22b0 fixed a error on login without totp_code 10 years ago
Raphael Jackstadt 11288205fa added totp_reset_over_reset_password and update_user_totp_secret() 10 years ago
Raphael Jackstadt 98f0a74457 added Time-Based One-Time Password 10 years ago
Raphael Jackstadt f0f781dfca added config var for reset_password_link and verification_link, so its not needed to edit the language file 10 years ago
Raphael Jackstadt 7c749af13f removed a unused config_var 10 years ago
Raphael Jackstadt 1271388c3f fixed set_system_var bug (issue #39) 10 years ago
tswagger 25857b105b Merge branch 'master' of github.com:emreakay/CodeIgniter-Aauth 10 years ago
tswagger 1e6007a7c6 Adjusted password field to 64 chars 10 years ago
Raphael Jackstadt 08affa2abc changed list_user_var_keys's output from array to object 10 years ago
Raphael Jackstadt 7b180a01a1 build update_group similar to update_user 10 years ago
Raphael Jackstadt 106a3d55d1 added missing $definition to update_group 10 years ago
Raphael Jackstadt 41224e613a added to create_group and update_group 'definition' based on tswagger's sql changes 10 years ago
Raphael Jackstadt 206342b49e moved user_exsist_by_email out of else to prevent double emails in database 10 years ago
Raphael Jackstadt 790dd44a10 Configurable Login over Name or Email 10 years ago
Raphael Jackstadt fc242264a4 changed the copyright info to this year 10 years ago
Raphael Jackstadt 5df18c0897 fixed cookie creation for reCAPTCHA if it's not active 10 years ago