From 2bfcec9620814a6f3d0163a174d7ba90efef369d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 30 Jan 2010 19:48:57 -0800 Subject: Prevent brute force login attacks by reducing login attempts to 1 per minute after there have been 5 consecutive failed login attempts. Fix for ticket #589. --- modules/gallery/module.info | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/gallery/module.info') diff --git a/modules/gallery/module.info b/modules/gallery/module.info index ee169cf1..5d0dd3c5 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,4 +1,3 @@ name = "Gallery 3" description = "Gallery core application" -version = 23 - +version = 24 -- cgit v1.2.3