Failed Logins detektiert und zählt vergebliche Login-Versuche, legt bei jedem einen Eintrag im Benutzer-Protokoll ab und gibt beim nächsten erfolgreichen Login eine entsprechende Meldung aus, die der Benutzer durch Anklicken schließen kann.
Failed Logins detects and counts failed login attempts for a user and logs each failed attempt in the user log. At the next successful login the user will be notified of the number of failed login attempts with a message box which includes a button to remove it.
Failed Logins wurde durch phpbb.com validiert und ist in der CDB abrufbar. Failed Logins has been validated by phpbb.com and is available in the CDB.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
English
Version 2.1.0 has been submitted for validation by phpbb.com; it contains the following new or changed features:
Changed the minimum PHP version to 8.0.30
Added a ext.php file to check for PHP and phpBB versions at installation
Changed all function declarations into parameters with type declarations
Changed the function incementing the failed login counter in order to prevent displaying the message box for guests
Fixed a problem with the user language setup which led to a fallback to the `en` language for system language variables
This version is available here until the validation process is finished.
Die Version 2.1.0 wurde am 26.09.2025 durch phpbb.com validiert; sie kann über den Downloadlink im Startbeitrag von dort heruntergeladen werden.
Für Informationen zu dieser Version siehe den vorherigen Beitrag.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
English
Version 2.1.0 has been validated by phpbb.com on Sep. 26, 2025; it can be downloaded from there via the download link in the first post.
For information about this version, refer to the previous post.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
English
Version 2.2.0 has been submitted today for validation by phpbb.com; it contains the following new or changed features:
Changed the maximum PHP version to 8.5.x
Changed all constructor declarations to Constructor Property Promotion
Fixed a problem with PHP warning of an undefined array key user_row if the login failed with an invalid form message
This version is available here until the validation process is finished.