IDEMPIERE-373 Implement User Locking - fix typo error
This commit is contained in:
parent
bcf0b47bc7
commit
15ef6841da
|
@ -1501,7 +1501,7 @@ public class Login
|
||||||
}
|
}
|
||||||
else if (MAX_LOGIN_ATTEMPT > 0)
|
else if (MAX_LOGIN_ATTEMPT > 0)
|
||||||
{
|
{
|
||||||
loginErrMsg = "Invaid User ID or Password (Login Attempts: " + count + " / " + MAX_LOGIN_ATTEMPT + ")";
|
loginErrMsg = "Invalid User ID or Password (Login Attempts: " + count + " / " + MAX_LOGIN_ATTEMPT + ")";
|
||||||
reachMaxAttempt = false;
|
reachMaxAttempt = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue