Lock out Policy

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
nisar
Posts: 13
Joined: 2022-07-11 18:19

Lock out Policy

Post by nisar » 2022-08-14 10:17

It is observed that the user login page in the application does not have any protection against repetitive brute force password guessing attacks. In the existing scenario a malicious user can repeatedly make attempts for gaining access to a specific user account by hit and trial method.

Is there a way to implement lock out policy in AppGINI Version 22.14 :mrgreen:

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Lock out Policy

Post by jsetzer » 2022-08-14 11:59

A quick google search for appgini and brute force gave a couple of results.

Olaf did a lot security related:
viewtopic.php?t=3168

Check login hooks in __global.php
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 352
Joined: 2013-03-21 04:37

Re: Lock out Policy

Post by peebee » 2022-08-14 23:21


Post Reply