IDEMPIERE-3895 NPE in fitnesse login fixture when wrong username / improve error message
This commit is contained in:
parent
10f834d36a
commit
6ef4cff3d2
|
@ -175,6 +175,8 @@ public class Login extends TableFixture {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return "Error logging in - user/password combination not valid";
|
||||||
}
|
}
|
||||||
if (!okclient)
|
if (!okclient)
|
||||||
return "Error logging in - client not allowed for this user";
|
return "Error logging in - client not allowed for this user";
|
||||||
|
|
Loading…
Reference in New Issue