Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
-
nisar
- Posts: 13
- Joined: 2022-07-11 18:19
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

-
jsetzer
- AppGini Super Hero

- Posts: 1944
- Joined: 2018-07-06 06:03
- Location: Kiel, Germany
-
Contact:
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 25.10 + all AppGini Helper tools
-
peebee
- AppGini Super Hero

- Posts: 356
- Joined: 2013-03-21 04:37
Post
by peebee » 2022-08-14 23:21