Hide Forgot
Error popup is displayed when user is not logged in with error message 'Error: USER_IS_NOT_LOGGED_IN' Should redirect to login form instead.
Happens when backend session expires.
This error popup comes from FrontendFailureEventListener.eventRaised() In this method, there should be some check whether 'failureArgs' correspond to 'USER_IS_NOT_LOGGED_IN' case, and if yes, log the user out like this: user.logOut(); // CurrentUser user - injected via constructor
Fixed by commit 216dc4ec9d5e80f970118f89920c2bd5059097e1 [webadmin: CommonModel-per-login implementation]
closing ON_QA bugs as oVirt 3.1 was released: http://www.ovirt.org/get-ovirt/