IDEMPIERE-3895 NPE in fitnesse login fixture when wrong username / improve error message

This commit is contained in:
Carlos Ruiz 2019-02-16 11:48:51 +01:00
parent 10f834d36a
commit 6ef4cff3d2
1 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,8 @@ public class Login extends TableFixture {
break;
}
}
} else {
return "Error logging in - user/password combination not valid";
}
if (!okclient)
return "Error logging in - client not allowed for this user";