2014-09-04, 11:38 AM
Yeah I know, the login has been rewritten for 1.8, but
- login methods email / email + username where not implemented correctly (I fixed this, but it's quite dirty due to the next point in my list)
- there are up to 4 database queries depending on the case fetching nearly the same data (failed login count, username, password, updating failed login count, fetching failed login count)
- Display number of failed login settings does not work (setting to yes does not show the remaining login attempts)
- you have an unlimited number of guesses for the Admin CP Pin
- The failed login count in the database is only used for the captcha setting, not for blocking the entire login
- When a captcha is required the login page does not show the captcha the first time it is required