Skip to content

Commit cf192c6

Browse files
committed
Small fix to hide new password in other user.
1 parent a26b1cc commit cf192c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

exact/exact/administration/templates/administration/user_management.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ <h5 class="modal-title" id="deleteUserModalLabel">Delete user</h5>
436436
$('#f-date-joined').text(fmt(u.date_joined));
437437
$('#f-last-login').text(fmt(u.last_login));
438438

439+
$('#random-password-box').hide();
440+
439441
$('#badge-active')
440442
.text('Active: ' + (u.is_active ? 'Yes' : 'No'))
441443
.removeClass('badge-success badge-secondary')

0 commit comments

Comments
 (0)