Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47352, comment 2


Ignore:
Timestamp:
06/20/2019 02:17:25 PM (4 years ago)
Author:
foack
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47352, comment 2

    initial v1  
    1 Just wrote a quick fix for this, introducing an option field that stores a hashed version of the email address that received the last recovery email. The rate limit is then ignored if that hash and the hash of the current admin email do not match.
     1Just wrote a quick fix for this, introducing an option field that stores a hashed version of the email address that received the last recovery email. The rate limit is then ignored if that hash and the hash of the current admin email do not match.
     2
     3Another way to solve this would be to reset the rate limit when updating the admin email address as proposed by @jhoffmann.