diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2010-01-30 19:48:57 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-30 19:48:57 -0800 |
| commit | 2bfcec9620814a6f3d0163a174d7ba90efef369d (patch) | |
| tree | aff296f37e108af420058e029fe107d0cde0bbb0 /modules/gallery/module.info | |
| parent | 86fd81ef2661718914e1d4eb63108a864b6ac14c (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.info | 3 |
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 |
