Password check fixes
This commit is contained in:
parent
0b862f8a4e
commit
b1c5bb1b6a
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.406.54) stable; urgency=low
|
||||
hedera-web (1.406.55) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.406.54",
|
||||
"version": "1.406.55",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -152,7 +152,7 @@ abstract class Service {
|
|||
}
|
||||
|
||||
if (!$passwordOk) {
|
||||
// sleep(3);
|
||||
sleep(3);
|
||||
throw new BadLoginException();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue