- Issue created by @myDrupal2014_846824658246
- πΊπ¦Ukraine mykola dolynskyi Poltava
agreed. Spent 10 mins to figure out mystical meaning behind the "window"
- Status changed to Needs work
10 months ago 10:33am 23 February 2024 - π³π±Netherlands batigolix Utrecht
web/core/lib/Drupal/Core/Flood/FloodInterface.php says the following about this:
* @param int $window * (optional) Number of seconds in the time window for this event (default is 3600 * seconds, or 1 hour). * @param int $threshold * The maximum number of times each user can do this event per time window.
So regarding your question:
Is this the time after the IP adres login limit is passed? I have the number of limits set to 5 and window 1 hour. So in this case: after 5 failes login attempts you cannot use this IP adres for 1 hour any more?
Or is it that the 5 times login in is counted within 1 hour?It is the second: the time in which you are allowed to do an action (e.g. login with wrong password):
So 5 wrong password attempts in an hour will put you in the flood list and further attempts are being blocked.Yes, I am all in favour of adding more and better help text (also for all the other fields) and a better readme.
Feel free to create a patch.
- First commit to issue fork.
- π―π΅Japan tyler36 Osaka
Attempted to clarify form message.
(I had problems using Gitlab (I'm use to Github workflow). I may have commited to the wrong branch.)
- Status changed to Needs review
8 months ago 2:17am 22 April 2024 - Status changed to RTBC
8 months ago 9:22am 26 April 2024 - Status changed to Fixed
7 months ago 8:07am 31 May 2024 -
batigolix β
committed 709abfd1 on 2.3.x authored by
tyler36 β
Issue #3420577 by tyler36, batigolix: Unclear what time is mentioned
-
batigolix β
committed 709abfd1 on 2.3.x authored by
tyler36 β
Automatically closed - issue fixed for 2 weeks with no activity.