From b1c5bb1b6a8dc23624884b76aab191c09824e51a Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 2 Jul 2019 10:52:32 +0200 Subject: [PATCH] Password check fixes --- debian/changelog | 2 +- package.json | 2 +- web/service.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5aa1ee03..391b4d0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.406.54) stable; urgency=low +hedera-web (1.406.55) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 2d6faf30..e3073a99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.406.54", + "version": "1.406.55", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/web/service.php b/web/service.php index aef926c2..492741c1 100644 --- a/web/service.php +++ b/web/service.php @@ -152,7 +152,7 @@ abstract class Service { } if (!$passwordOk) { - // sleep(3); + sleep(3); throw new BadLoginException(); } } else {