Hide Forgot
Try to log in to business-central with wrong password. Login screen reappears and there is following parameter in URL: message=Login failed: Invalid UserName or Password Now, log in successfully and check the URL - it still contains this parameter. expected result: this parameter shouldn't be in URL after successful login. version: BRMS-6.0.0.ER2
fixed, no message is visible in the URL. note that in case user is not authorized (but was successfully authenticated) user will be presented with error message and button to try to logon with another user. Difference is that we do not display logon form directly as 403 error page (not authorized) is not part of the logon procedure and thus requires redirect. kie-wb-distributions: master: https://github.com/droolsjbpm/kie-wb-distributions/commit/5f27218acb9aa83d3b8f39a63681359cc7d9c0cc 6.0.x: https://github.com/droolsjbpm/kie-wb-distributions/commit/bc27b34f41c082ccba67e3bddb5a82bb2f398c11
This no longer has a target release of 6.0.0.
Verified with BPMS-6.0.1.ER1
qe_test_coverage: does not have any impact on functionality.