Wrong username/password not shown in Mendix 2.5

5
I created a new project in 2.5 and i set the security on 'production'. After setting the administration password i run the model. I didn't change / added anything to this model (including theming). The login screen is shown correctly but when i fill in a wrong username or password there is no message to be shown. Is this a bug in 2.5?
asked
4 answers
3

Usually it says:

Login failed : Authentication error.

The login result doesn't work in 2.5, I've already submitted a ticket @ mxdn, so this will not work, but in firebug (press F12 in IE8 for the developer toolbar) you should see the result of your request. If your credentials are really wrong you should see an 401 error in the Net tab.

answered
2

You're sure you are signing in with MxAdmin and the password you've set?

answered
2

Usually it says:

Login failed : Authentication error.

When no message shows up, i guess the server is not running or cannot be contacted (the login screen itself can often be loaded from the cache). You can open firebug (if installed, it is a firefox plug-in) and check the NET tab to verify that the server was contacted. Further more authentication failures should be logged in the application log/ console. If nothing shows up there, it is pretty sure no credentials reached the server at all. Do proper logins work?

answered
1

Yup, confirmed on my machine: bug.

answered