It looks like in 5.x, this module unset various messages on login through $_SESSION['messages']['status']. That doesn't seem to be working anymore. When I have a valid login, it still drupal_set_message()s "You have used 1 out of 5 login attempts. After all 5 have been used, you will be unable to login."

Comments

deekayen’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • deekayen committed 1940780 on 6.x-1.x, 8.x-1.x
    #326887 - login handler still shows login tracking fixed by checking for...