LDEV-4627 Fix the issue of not passing "lang" parameterThere was an exception thrown on accessing LoginRequest withmissing lang parameter (i.e. URL doesn't contain lang parameter at all)
LDEV-4609 Sort attempts in reverse orderIt was implemented from the start, but our Java -> jqGrid XML conversionmethod sorts the rows in ascending order by default.