forked from verdnatura/hedera-web
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.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -152,7 +152,7 @@ abstract class Service {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$passwordOk) {
|
if (!$passwordOk) {
|
||||||
// sleep(3);
|
sleep(3);
|
||||||
throw new BadLoginException();
|
throw new BadLoginException();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue