Skip to content

Commit

Permalink
SAK-42432 Fix Sakai banner when passwords match (sakaiproject#7338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Pellicer authored and adrianfish committed Sep 10, 2019
1 parent 2e52e30 commit adf6c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-tools/src/webapp/vm/user/chef_users_edit.vm
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function removeOptionalAttributeBlock(elem) {
<input class="form-control sakai-glow" type="password" name="pw0" id="user_pw0" placeholder="$tlang.getString("usecre.vernewpass.placeholder")" onkeyup="USER.verifyPasswordsMatch()" onblur="USER.verifyPasswordsMatch();" autocomplete="new-password" />
</div>
<div class="col-sm-offset-2 col-sm-10" id="matchMsg" style="display:none">
<div class="validationAlert sak-banner-error" id="matchMsg" style="display:block">
<div class="validationAlert sak-banner-success" id="matchMsg" style="display:block">
$tlang.getString("pw.match")
</div>
</div>
Expand Down

0 comments on commit adf6c5f

Please sign in to comment.