Skip to content

Commit

Permalink
[BISERVER-15135] - Username with prefix or suffix blank spaces on Log…
Browse files Browse the repository at this point in the history
…in page triggers UsernameNotFound Exception, but session is created
  • Loading branch information
joana-fb committed Dec 20, 2024
1 parent 830196a commit 1ce98bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assemblies/pentaho-war/src/main/webapp/jsp/PUCLogin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,7 @@
var userState = '';
<% } %>
let trimmedValue = $("#login #j_username").val().trim();
$("#login #j_username").val(trimmedValue);
$("#j_username").val($("#j_username").val().trim());
jQuery.ajax({
type: "POST",
Expand Down

0 comments on commit 1ce98bc

Please sign in to comment.