0
1
Fork 0

Password check fixes

This commit is contained in:
Juan Ferrer 2019-07-02 10:52:32 +02:00
parent 0b862f8a4e
commit b1c5bb1b6a
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.54) stable; urgency=low hedera-web (1.406.55) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.406.54", "version": "1.406.55",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {

View File

@ -152,7 +152,7 @@ abstract class Service {
} }
if (!$passwordOk) { if (!$passwordOk) {
// sleep(3); sleep(3);
throw new BadLoginException(); throw new BadLoginException();
} }
} else { } else {