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.

View File

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

View File

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