- Posts: 10
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
LimeSurvey has a simple protection against brute-force. If you use LimeSurvey in a group (e.g. classroom), it's not uncommon to trigger that brute-force protection.But there is no way to control and manage that via the GUI.Just wondering if there are any settings that would be restricting an IP address with a token-based survey?
github.com/LimeSurvey/LimeSurvey/blob/ma.../config-defaults.php// If the user enters password incorrectly
$config = 3; // Lock them out after 3 attempts
$config = 60 * 10; // Lock them out for 10 minutes.
A GUI is needed to allow unblocking and excluding IPs from Blocks.Maybe have 2 separate settings for timing here can be a good idea ?
IP spoofing is so easy !
A GUI is needed to allow unblocking and excluding IPs from Blocks.Maybe have 2 separate settings for timing here can be a good idea ?
Not sure : it's used only for technical and security issue.I wonder if the SaaS version of LimeSurvey has that system activated.
The IP logging/storing has to be indicated in the data protection policy. What is the retention? It can be relevant for the admin to know.
Everything is easy till you do it. And it's no argument to no offering such an option in the backend.IP spoofing is so easy !
So that I don't even need to spoof the IP, but directly block you via username. That will always result in an option to exclude certain user names. If not, you have a DoS easily implemented.PS : i think we must create an username block, not an IP block for brute force.
I prefer too know someone try to hack my data
So that I don't even need to spoof the IP, but directly block you via username. That will always result in an option to exclude certain user names. If not, you have a DoS easily implemented.PS : i think we must create an username block, not an IP block for brute force.