summaryrefslogtreecommitdiff
path: root/modules/gallery/module.info
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-30 19:48:57 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-30 19:48:57 -0800
commit2bfcec9620814a6f3d0163a174d7ba90efef369d (patch)
treeaff296f37e108af420058e029fe107d0cde0bbb0 /modules/gallery/module.info
parent86fd81ef2661718914e1d4eb63108a864b6ac14c (diff)
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.
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r--modules/gallery/module.info3
1 files changed, 1 insertions, 2 deletions
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