I can delete the reset requests in the flood table, but it doesn't reset the "too many password reset attempts" error. where can I zero that out? If I can't do that, how long does it take, as it only says "Try again later".

Accepted answer

Hmmm... this doesn't sound right. If you truncate the FULL flood table, you should be able to remove that message. Check that you are really truncating the full table, rather than just removing some rows.

Comments

Hmmm... this doesn't sound right. If you truncate the FULL flood table, you should be able to remove that message. Check that you are really truncating the full table, rather than just removing some rows.

I see. I was only removing the recent rows of the relevant attempts. I will remove all then see, thanks!